/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | TestConnectionService.java | 42 connection.setVideoState(request.getVideoState()); in onCreateOutgoingConnection() 51 connection.setVideoState(request.getVideoState()); in onCreateIncomingConnection()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | DataObjectUnitTests.java | 154 assertEquals(VideoProfile.STATE_AUDIO_ONLY, request.getVideoState()); in testConnectionRequest() 169 assertEquals(VideoProfile.STATE_AUDIO_ONLY, parcelRequest.getVideoState()); in testConnectionRequest() 329 assertEquals(VideoProfile.STATE_BIDIRECTIONAL, videoProfile.getVideoState()); in testVideoProfile() 332 assertEquals("Audio Tx Rx", VideoProfile.videoStateToString(videoProfile.getVideoState())); in testVideoProfile() 340 assertEquals(videoProfile.getVideoState(), unparcelled.getVideoState()); in testVideoProfile()
|
D | MockVideoProvider.java | 98 mMockConnection.setVideoState(toProfile.getVideoState()); in onSendSessionModifyRequest()
|
D | VideoCallTest.java | 118 assertEquals(VideoProfile.STATE_BIDIRECTIONAL, connection.getVideoState()); in testUpgradeToVideo() 916 return videoProfile == null ? -1 : videoProfile.getVideoState(); in assertResponseVideoProfileReceived() 945 return videoProfile == null ? -1 : videoProfile.getVideoState(); in assertRequestVideoProfileReceived() 971 return responseProfile == null ? -1 : responseProfile.getVideoState(); in assertSessionModifyResponse()
|
D | MockConnectionService.java | 95 connection.setVideoState(request.getVideoState()); in onCreateOutgoingConnection() 127 ((Connection) connection).setVideoState(request.getVideoState()); in onCreateIncomingConnection()
|
D | CtsSelfManagedConnectionService.java | 171 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection()
|
D | MockConference.java | 203 public int getVideoState() { in getVideoState() method in MockConference
|
D | TelecomCtsVoipCall.java | 165 public int getVideoState() {return mVideoState;} in getVideoState() method in TelecomCtsVoipCall.CallEvent
|
D | AdhocConferenceTest.java | 117 assertEquals(VideoProfile.STATE_RX_ENABLED, conference.getVideoState()); in testAddNewIncomingConference_onAnswer()
|
D | ConferenceTest.java | 540 assertEquals(VideoProfile.STATE_AUDIO_ONLY, mConferenceObject.getVideoState()); in verifyConferenceObject()
|
D | TransactionalApisTest.java | 609 return call.mEvents.getVideoState(); in waitUntilVideoStateIs()
|
D | CallDetailsTest.java | 622 assertThat(mCall.getDetails().getVideoState(), instanceOf(Integer.class)); in testVideoState()
|
D | SelfManagedConnectionServiceTest.java | 564 assertEquals(VideoProfile.STATE_AUDIO_ONLY, connection.getVideoState()); in testVideoCallStateDowngradeToAudio()
|
D | RemoteConnectionTest.java | 1356 assertEquals(VideoProfile.STATE_AUDIO_ONLY, remoteConnection.getVideoState()); in verifyRemoteConnectionObject()
|
D | BaseTelecomTestWithMockServices.java | 1606 return call.getDetails().getVideoState();
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallProfileTest.java | 274 ImsCallProfile.getCallTypeFromVideoState(videoProfile.getVideoState())); in testGetCallTypeFromVideoState() 278 ImsCallProfile.getCallTypeFromVideoState(videoProfile.getVideoState())); in testGetCallTypeFromVideoState() 282 ImsCallProfile.getCallTypeFromVideoState(videoProfile.getVideoState())); in testGetCallTypeFromVideoState() 287 ImsCallProfile.getCallTypeFromVideoState(videoProfile.getVideoState())); in testGetCallTypeFromVideoState()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/ |
D | CtsSelfManagedConnectionService.java | 108 connection.setVideoState(request.getVideoState()); in createConnection()
|
D | CtsConnectionService.java | 153 connection.setVideoState(request.getVideoState()); in createManagedConnection()
|
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/ |
D | CtsCarModeInCallServiceControl.java | 144 return CtsCarModeInCallService.getInstance().getLastCall().getDetails().getVideoState();
|
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/ |
D | CallBlockingTest.java | 134 connection.setVideoState(request.getVideoState()); in onCreateIncomingConnection()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 42356 method public int getVideoState(); 42594 method public int getVideoState(); 42664 method public final int getVideoState(); 42880 method public int getVideoState(); 43179 method public int getVideoState(); 43361 method public int getVideoState();
|