HomeSort by relevance Sort by last modified time
    Searched defs:VideoProvider (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 23 import android.telecom.Connection.VideoProvider;
40 * The handler of the {@link Connection.VideoProvider} is, however, not public. As a workaround
42 * VideoProvider will emit the data we're interested in before the callbacks (on the handler)
194 VideoProvider.SESSION_MODIFY_REQUEST_SUCCESS, fromVideoProfile,
196 assertRequestReceived(callback, VideoProvider.SESSION_MODIFY_REQUEST_SUCCESS,
200 VideoProvider.SESSION_MODIFY_REQUEST_FAIL, fromVideoProfile,
202 assertRequestReceived(callback, VideoProvider.SESSION_MODIFY_REQUEST_FAIL,
206 VideoProvider.SESSION_MODIFY_REQUEST_INVALID, fromVideoProfile,
208 assertRequestReceived(callback, VideoProvider.SESSION_MODIFY_REQUEST_INVALID,
212 VideoProvider.SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE, fromVideoProfile
    [all...]
  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/data/
VideoProvider.java 28 public class VideoProvider {
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
VideoProvider.java 39 public class VideoProvider {
41 private static final String TAG = "VideoProvider";
105 JSONObject jsonObj = new VideoProvider().parseUrl(url);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
VideoProvider.java 42 public class VideoProvider {
44 private static final String TAG = "VideoProvider";
75 JSONObject jsonObj = new VideoProvider().parseUrl(url);
  /frameworks/base/telecomm/java/android/telecom/
RemoteConnection.java 194 * Indicates that the {@code VideoProvider} associated with this {@code RemoteConnection}
198 * @param videoProvider The new {@code VideoProvider} associated with this
202 RemoteConnection connection, VideoProvider videoProvider) {}
237 * {@link RemoteConnection.VideoProvider} associated with a {@link RemoteConnection}. Used to
241 * @see Connection.VideoProvider
243 public static class VideoProvider {
246 * Callback class used by the {@link RemoteConnection.VideoProvider} to relay events from
247 * the {@link Connection.VideoProvider}
    [all...]
Connection.java 726 Connection c, VideoProvider videoProvider) {}
747 * Implementations create a custom subclass of {@link VideoProvider} and the
749 * {@link Connection#setVideoProvider(VideoProvider)}. Any connection which supports video
750 * should set the {@link VideoProvider}.
752 * The {@link VideoProvider} serves two primary purposes: it provides a means for Telecom and
757 * {@link InCallService} implementations interact with the {@link VideoProvider} via
760 public static abstract class VideoProvider {
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 774 milliseconds