Home
last modified time | relevance | path

Searched refs:getVideoState (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java146 assertEquals(VideoProfile.STATE_AUDIO_ONLY, request.getVideoState()); in testConnectionRequest()
161 assertEquals(VideoProfile.STATE_AUDIO_ONLY, parcelRequest.getVideoState()); in testConnectionRequest()
291 assertEquals(VideoProfile.STATE_BIDIRECTIONAL, videoProfile.getVideoState()); in testVideoProfile()
294 assertEquals("Audio Tx Rx", VideoProfile.videoStateToString(videoProfile.getVideoState())); in testVideoProfile()
302 assertEquals(videoProfile.getVideoState(), unparcelled.getVideoState()); in testVideoProfile()
DVideoCallTest.java117 assertEquals(VideoProfile.STATE_BIDIRECTIONAL, connection.getVideoState()); in testUpgradeToVideo()
622 return call.getDetails().getVideoState(); in assertVideoState()
939 return videoProfile == null ? -1 : videoProfile.getVideoState(); in assertResponseVideoProfileReceived()
968 return videoProfile == null ? -1 : videoProfile.getVideoState(); in assertRequestVideoProfileReceived()
994 return responseProfile == null ? -1 : responseProfile.getVideoState(); in assertSessionModifyResponse()
DMockConnectionService.java94 connection.setVideoState(request.getVideoState()); in onCreateOutgoingConnection()
121 ((Connection) connection).setVideoState(request.getVideoState()); in onCreateIncomingConnection()
DMockVideoProvider.java98 mMockConnection.setVideoState(toProfile.getVideoState()); in onSendSessionModifyRequest()
DCtsSelfManagedConnectionService.java176 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection()
DMockConference.java200 public int getVideoState() { in getVideoState() method in MockConference
DAdhocConferenceTest.java107 assertEquals(VideoProfile.STATE_RX_ENABLED, conference.getVideoState()); in testAddNewIncomingConference_onAnswer()
DConferenceTest.java506 assertEquals(VideoProfile.STATE_AUDIO_ONLY, mConferenceObject.getVideoState()); in verifyConferenceObject()
653 return call.getDetails().getVideoState(); in assertVideoState()
DCallDetailsTest.java471 assertThat(mCall.getDetails().getVideoState(), instanceOf(Integer.class)); in testVideoState()
DRemoteConnectionTest.java1305 assertEquals(VideoProfile.STATE_AUDIO_ONLY, remoteConnection.getVideoState()); in verifyRemoteConnectionObject()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestConnectionService.java42 connection.setVideoState(request.getVideoState()); in onCreateOutgoingConnection()
51 connection.setVideoState(request.getVideoState()); in onCreateIncomingConnection()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallProfileTest.java274 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/
DCtsSelfManagedConnectionService.java105 connection.setVideoState(request.getVideoState()); in createConnection()
DCtsConnectionService.java149 connection.setVideoState(request.getVideoState()); in createManagedConnection()
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java134 connection.setVideoState(request.getVideoState()); in onCreateIncomingConnection()