Home
last modified time | relevance | path

Searched refs:setVideoState (Results 1 – 19 of 19) 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/src/com/android/services/telephony/
DImsConference.java232 setVideoState(c, videoState);
1003 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate()
1023 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate()
DConferenceParticipantConnection.java76 setVideoState(parentConnection.getVideoState()); in ConferenceParticipantConnection()
DTelephonyConnectionService.java557 .setVideoState(request.getVideoState()) in placeOutgoingConference()
594 conference.setVideoState(connection, in prepareConference()
1713 .setVideoState(videoState) in placeOutgoingConnection()
DTelephonyConnection.java2980 setVideoState(videoState); in setTelephonyVideoState()
/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java247 .setVideoState(call.getVideoState()) in toParcelableCall()
322 .setVideoState(0) in toParcelableCallForScreening()
DCallsManager.java1249 call.setVideoState(videoState); in processIncomingCallIntent()
1492 call.setVideoState(videoState); in startOutgoingCall()
2195 call.setVideoState(videoState);
3335 call.setVideoState(parcelableConference.getVideoState());
4212 call.setVideoState(connection.getVideoState());
4808 call.setVideoState(VideoProfile.STATE_AUDIO_ONLY);
4810 call.setVideoState(videoState);
4859 call.setVideoState(videoState);
5025 call.setVideoState(VideoProfile.STATE_AUDIO_ONLY);
5027 call.setVideoState(videoState);
DConnectionServiceWrapper.java651 public void setVideoState(String callId, int videoState, Session.Info sessionInfo) { in setVideoState() method in ConnectionServiceWrapper.Adapter
659 call.setVideoState(videoState); in setVideoState()
1209 .setVideoState(call.getVideoState()) in createConference()
1299 .setVideoState(call.getVideoState()) in createConnection()
DCall.java1622 setVideoState(VideoProfile.STATE_AUDIO_ONLY); in checkIfVideoCapable()
1976 setVideoState(conference.getVideoState()); in handleCreateConferenceSuccess()
2013 setVideoState(connection.getVideoState()); in handleCreateConnectionSuccess()
3331 public void setVideoState(int videoState) { in setVideoState() method in Call
DAnalytics.java368 .setVideoState(videoState)); in addVideoEvent()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java158 setVideoState(videoState); in FakeConnection()
629 a.setVideoState(id, mConnectionById.get(id).videoState, null /*Session.Info*/); in sendSetVideoState()
DVideoProviderTest.java438 mVideoCallImpl.setVideoState(VideoProfile.STATE_RX_ENABLED); in testSessionModifyRequest()
DAnalyticsTests.java259 ((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()