Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java232 setVideoState(videoState); in onAnswer()
404 connection.setVideoState(originalRequest.getVideoState());
437 connection.setVideoState(videoState);
463 connection.setVideoState(videoState);
DSelfManagedConnectionService.java99 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection()
139 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection()
DTestConnectionManager.java93 setVideoState(videoState);
156 setVideoState(mRemote.getVideoState()); in TestManagedConnection()
DTestVideoProvider.java158 mConnection.setVideoState(requestProfile.getVideoState()); in onSendSessionModifyRequest()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorVideoCall.java111 connection.setVideoState(initialVideoState); in handleNewConnection()
120 connection.setVideoState(Integer.parseInt(event.data1)); in onEvent()
DSimulatorConnection.java179 setVideoState(toProfile.getVideoState()); in handleSessionModifyRequest()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java258 setVideoState(VideoProfile.STATE_TX_ENABLED); in setIsVideoCall()
260 setVideoState(VideoProfile.STATE_AUDIO_ONLY); in setIsVideoCall()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java234 setVideoState(c, videoState);
1010 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate()
1030 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate()
DConferenceParticipantConnection.java76 setVideoState(parentConnection.getVideoState()); in ConferenceParticipantConnection()
DTelephonyConnectionService.java526 .setVideoState(request.getVideoState()) in placeOutgoingConference()
563 conference.setVideoState(connection, in prepareConference()
1732 .setVideoState(videoState) in placeOutgoingConnection()
DTelephonyConnection.java3315 setVideoState(videoState); in setTelephonyVideoState()
/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java249 .setVideoState(call.getVideoState()) in toParcelableCall()
324 .setVideoState(0) in toParcelableCallForScreening()
DCallsManager.java1337 call.setVideoState(videoState); in processIncomingCallIntent()
1596 call.setVideoState(videoState); in startOutgoingCall()
2336 call.setVideoState(videoState);
3564 call.setVideoState(parcelableConference.getVideoState());
4483 call.setVideoState(connection.getVideoState());
5084 call.setVideoState(VideoProfile.STATE_AUDIO_ONLY);
5086 call.setVideoState(videoState);
5135 call.setVideoState(videoState);
5301 call.setVideoState(VideoProfile.STATE_AUDIO_ONLY);
5303 call.setVideoState(videoState);
DConnectionServiceWrapper.java662 public void setVideoState(String callId, int videoState, Session.Info sessionInfo) { in setVideoState() method in ConnectionServiceWrapper.Adapter
670 call.setVideoState(videoState); in setVideoState()
1224 .setVideoState(call.getVideoState()) in createConference()
1323 .setVideoState(call.getVideoState()) in createConnection()
DCall.java1826 setVideoState(VideoProfile.STATE_AUDIO_ONLY); in checkIfVideoCapable()
2197 setVideoState(conference.getVideoState()); in handleCreateConferenceSuccess()
2234 setVideoState(connection.getVideoState()); in handleCreateConnectionSuccess()
3607 public void setVideoState(int videoState) { in setVideoState() method in Call
DAnalytics.java381 .setVideoState(videoState)); in addVideoEvent()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java159 setVideoState(videoState); in FakeConnection()
643 a.setVideoState(id, mConnectionById.get(id).videoState, null /*Session.Info*/); in sendSetVideoState()
DVideoProviderTest.java438 mVideoCallImpl.setVideoState(VideoProfile.STATE_RX_ENABLED); in testSessionModifyRequest()
DAnalyticsTests.java270 ((VideoCallImpl) videoCall).setVideoState(VideoProfile.STATE_BIDIRECTIONAL); in testAnalyticsVideo()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnectionService.java263 .setVideoState(request.getVideoState()) in startCallWithPhone()