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

  /external/autotest/client/site_tests/video_YouTubePage/files/
video_YouTubePageCommon.js 71 function getVideoState() {
138 window.__getVideoState = getVideoState;
  /cts/tests/tests/telecom/src/android/telecom/cts/
DataObjectUnitTests.java 143 assertEquals(VideoProfile.STATE_AUDIO_ONLY, request.getVideoState());
157 assertEquals(VideoProfile.STATE_AUDIO_ONLY, parcelRequest.getVideoState());
286 assertEquals(VideoProfile.STATE_BIDIRECTIONAL, videoProfile.getVideoState());
289 assertEquals("Audio Tx Rx", VideoProfile.videoStateToString(videoProfile.getVideoState()));
297 assertEquals(videoProfile.getVideoState(), unparcelled.getVideoState());
CtsSelfManagedConnectionService.java 176 connection.setVideoState(request.getVideoState());
MockConnectionService.java 82 connection.setVideoState(request.getVideoState());
108 ((Connection) connection).setVideoState(request.getVideoState());
MockVideoProvider.java 98 mMockConnection.setVideoState(toProfile.getVideoState());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnectionService.java 149 connection.setVideoState(request.getVideoState());
CtsSelfManagedConnectionService.java 105 connection.setVideoState(request.getVideoState());
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DummyConnectionService.java 42 connection.setVideoState(request.getVideoState());
51 connection.setVideoState(request.getVideoState());
  /cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
CallBlockingTest.java 134 connection.setVideoState(request.getVideoState());

Completed in 107 milliseconds