index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models/asynchronous/RevAiJob.java | package ai.rev.speechtotext.models.asynchronous;
import java.util.List;
import com.google.gson.annotations.SerializedName;
/** A RevAi Job object provides all the information associated with a job submitted by the user. */
public class RevAiJob {
@SerializedName("id")
private String jobId;
@SerializedName("s... |
0 | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models/asynchronous/RevAiJobOptions.java | package ai.rev.speechtotext.models.asynchronous;
import ai.rev.speechtotext.models.vocabulary.CustomVocabulary;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/**
* A RevAiJobOptions object represents parameters that are submitted along a new job.
*
* @see <a
* href="https://www.re... |
0 | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models/asynchronous/RevAiJobStatus.java | package ai.rev.speechtotext.models.asynchronous;
import com.google.gson.annotations.SerializedName;
/** Specifies constants that define Rev.ai job statuses. */
public enum RevAiJobStatus {
/** The status when transcription has failed. */
@SerializedName("failed")
FAILED("failed"),
/** The status when transc... |
0 | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models/asynchronous/RevAiJobType.java | package ai.rev.speechtotext.models.asynchronous;
import com.google.gson.annotations.SerializedName;
/** Specifies constants that define Rev.ai job types. */
public enum RevAiJobType {
/** The type used for asynchronous jobs. */
@SerializedName("async")
ASYNC("async"),
/** The type used for streaming jobs. *... |
0 | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models/streaming/ConnectedMessage.java | package ai.rev.speechtotext.models.streaming;
import com.google.gson.annotations.SerializedName;
/** Represents the connected message sent from Rev.ai and contains the id of the stream */
public class ConnectedMessage extends StreamingResponseMessage {
@SerializedName("id")
private String id;
public String ge... |
0 | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models/streaming/Hypothesis.java | package ai.rev.speechtotext.models.streaming;
import ai.rev.speechtotext.models.asynchronous.Element;
import com.google.gson.annotations.SerializedName;
import java.util.Arrays;
/**
* Represents the message returned over WebSocket containing the transcription of audio data.
*
* @see <a
* href="https://www.re... |
0 | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models/streaming/SessionConfig.java | package ai.rev.speechtotext.models.streaming;
/** The SessionConfig represents additional streaming options that can be provided. */
public class SessionConfig {
private String metaData;
private Boolean filterProfanity;
private String customVocabularyId;
private Boolean removeDisfluencies;
private Integer d... |
0 | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models/streaming/StreamContentType.java | package ai.rev.speechtotext.models.streaming;
import java.util.ArrayList;
import java.util.List;
/**
* The StreamContentType describes the format of the audio being sent over the WebSocket.
*
* @see <a
* href="https://www.rev.ai/docs/streaming#section/WebSocket-Endpoint/Content-Type">https://www.rev.ai/docs/s... |
0 | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models | java-sources/ai/rev/speechtotext/revai-java-sdk-speechtotext/1.4.0/ai/rev/speechtotext/models/vocabulary/CustomVocabularySubmission.java | package ai.rev.speechtotext.models.vocabulary;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class CustomVocabularySubmission {
/** Optional information that can be provided. */
@SerializedName("metadata")
private String metadata;
/** Optional callback url that Rev.ai wil... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/AppUpdateManagerLifecycleListener.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/BaseApplication.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/CommonMetadataKeys.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/MetadataReader.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/dependency/CommonDependencyFactory.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/dependency/CommonDependencyRegistry.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/dependency/DefaultCommonDependencyFactory.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/dependency/MapDependencyFactory.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch/DefaultLaunchViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch/LaunchPresenter.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch/LaunchStep.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch/LaunchViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch/login/DefaultLoginViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch/login/LoginPresenter.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch/login/LoginViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch/permissions/DefaultPermissionsViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch/permissions/PermissionRequestor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch/permissions/PermissionsPresenter.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/launch/permissions/PermissionsViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/map/MapInsetFragmentListener.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/map/MapRelay.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/map/MapStateReceiver.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/map/MapViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/DefaultMenuOptions.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/LoggedOutListener.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/MenuOptionFragmentRegistry.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/OpenMenuListener.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/account_settings/AccountSettingsFragment.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/account_settings/AccountSettingsViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/account_settings/DefaultAccountSettingsViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/developer_options/DefaultDeveloperOptionsViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/developer_options/DeveloperOptionsFragment.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/developer_options/DeveloperOptionsViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/menu/DefaultMenuViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/menu/MenuNavigator.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/menu/MenuPresenter.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/menu/MenuSelectionListener.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/menu/MenuViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/menu | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/menu/navigation_header/DefaultNavigationHeaderViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/menu | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/menu/navigation_header/NavigationHeaderPresenter.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/menu | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/menu_navigator/menu/navigation_header/NavigationHeaderViewModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/progress/ProgressConnector.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/app/push_notifications/PushNotificationManager.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/architecture/Bundler.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/architecture/ControllerTypes.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/architecture/Coordinator.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/architecture/EmptyArg.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/architecture/FragmentNavigationController.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/architecture/FragmentViewController.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/architecture/ListenerRegistry.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/architecture/NavigationController.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/architecture/ViewController.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/authentication/User.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/connectivity/ConnectivityInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/connectivity/ConnectivityMonitor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/connectivity/SocketConnectivityInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/device/AndroidPermissionsChecker.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/device/DeviceLocator.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/device/FusedLocationDeviceLocator.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/device/InputMethodManagerKeyboardManager.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/device/KeyboardManager.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/device/PermissionsChecker.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/device/PermissionsNotGrantedException.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/fleets/DefaultFleetResolver.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/fleets/FleetResolver.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/fleets/ResolvedFleet.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/grpc/ChannelProvider.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/grpc/Stubs.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors/DefaultDeviceRegistryInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors/DefaultFleetInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors/DeviceRegistryInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors/FleetInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors/GeocodeInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors/GrpcServerInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors/LocationAutocompleteInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors/RideOsRouteInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors/RouteInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors/mapbox/MapboxApiInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/interactors/mapbox/MapboxRouteInteractor.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/location/Distance.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/location/DistanceCalculator.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/location/HaversineDistanceCalculator.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/model/FleetInfo.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/model/LatLng.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/model/LocationAndHeading.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/model/LocationAutocompleteResult.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/model/LoginAction.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/model/MenuOption.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/model/NamedTaskLocation.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/model/RouteInfoModel.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
0 | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common | java-sources/ai/rideos/sdk/sdk-android-common/1.0.2/ai/rideos/android/common/model/SingleSelectOptions.java | /**
* Copyright 2018-2019 rideOS, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.