Home
last modified time | relevance | path

Searched refs:setVideoState (Results 1 – 14 of 14) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java223 setVideoState(videoState); in onAnswer()
390 connection.setVideoState(originalRequest.getVideoState());
423 connection.setVideoState(videoState);
449 connection.setVideoState(videoState);
DSelfManagedConnectionService.java75 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection()
107 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection()
DTestConnectionManager.java94 setVideoState(videoState);
157 setVideoState(mRemote.getVideoState()); in TestManagedConnection()
DTestVideoProvider.java158 mConnection.setVideoState(requestProfile.getVideoState()); in onSendSessionModifyRequest()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java153 setVideoState(videoState); in FakeConnection()
561 a.setVideoState(id, mConnectionById.get(id).videoState, null /*Session.Info*/); in sendSetVideoState()
DVideoProviderTest.java412 mVideoCallImpl.setVideoState(VideoProfile.STATE_RX_ENABLED); in testSessionModifyRequest()
DAnalyticsTests.java222 ((VideoCallImpl) videoCall).setVideoState(VideoProfile.STATE_BIDIRECTIONAL); in testAnalyticsVideo()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java519 public void setVideoState(String callId, int videoState, Session.Info sessionInfo) { in setVideoState() method in ConnectionServiceWrapper.Adapter
527 call.setVideoState(videoState); in setVideoState()
946 .setVideoState(call.getVideoState()) in createConnection()
DCall.java1223 setVideoState(VideoProfile.STATE_AUDIO_ONLY); in checkIfVideoCapable()
1510 setVideoState(connection.getVideoState()); in handleCreateConnectionSuccess()
2503 public void setVideoState(int videoState) { in setVideoState() method in Call
DCallsManager.java891 call.setVideoState(videoState); in processIncomingCallIntent()
1101 call.setVideoState(videoState); in startOutgoingCall()
1253 call.setVideoState(videoState); in placeOutgoingCall()
2058 call.setVideoState(parcelableConference.getVideoState()); in createConferenceCall()
DAnalytics.java341 .setVideoState(videoState)); in addVideoEvent()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java171 setVideoState(videoState);
868 setVideoState(mOriginalConnection.getVideoState()); in setOriginalConnection()
DImsConference.java155 setVideoState(c, videoState);
DTelephonyConnectionService.java600 connection.setVideoState(request.getVideoState()); in getTelephonyConnection()