Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java246 setVideoState(videoState); in onAnswer()
418 connection.setVideoState(originalRequest.getVideoState());
451 connection.setVideoState(videoState);
477 connection.setVideoState(videoState);
DSelfManagedConnectionService.java99 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection()
139 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/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/Telecomm/src/com/android/server/telecom/
DCallsManager.java1117 call.setVideoState(videoState); in processIncomingCallIntent()
1331 call.setVideoState(videoState); in startOutgoingCall()
1887 call.setVideoState(videoState);
2829 call.setVideoState(parcelableConference.getVideoState());
3551 call.setVideoState(connection.getVideoState());
4121 call.setVideoState(videoState);
4216 call.setVideoState(VideoProfile.STATE_AUDIO_ONLY);
4218 call.setVideoState(videoState);
4267 call.setVideoState(videoState);
4432 call.setVideoState(VideoProfile.STATE_AUDIO_ONLY);
[all …]
DConnectionServiceWrapper.java596 public void setVideoState(String callId, int videoState, Session.Info sessionInfo) { in setVideoState() method in ConnectionServiceWrapper.Adapter
604 call.setVideoState(videoState); in setVideoState()
1140 .setVideoState(call.getVideoState()) in createConnection()
DCall.java1416 setVideoState(VideoProfile.STATE_AUDIO_ONLY); in checkIfVideoCapable()
1752 setVideoState(connection.getVideoState()); in handleCreateConnectionSuccess()
2868 public void setVideoState(int videoState) { in setVideoState() method in Call
DAnalytics.java364 .setVideoState(videoState)); in addVideoEvent()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java165 setVideoState(c, videoState);
789 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate()
802 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate()
DConferenceParticipantConnection.java76 setVideoState(parentConnection.getVideoState()); in ConferenceParticipantConnection()
DTelephonyConnection.java174 setVideoState(videoState);
1168 setVideoState(mOriginalConnection.getVideoState()); in setOriginalConnection()
DTelephonyConnectionService.java819 connection.setVideoState(request.getVideoState()); in getTelephonyConnection()
1235 .setVideoState(videoState) in placeOutgoingConnection()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java158 setVideoState(videoState); in FakeConnection()
589 a.setVideoState(id, mConnectionById.get(id).videoState, null /*Session.Info*/); in sendSetVideoState()
DVideoProviderTest.java429 mVideoCallImpl.setVideoState(VideoProfile.STATE_RX_ENABLED); in testSessionModifyRequest()
DAnalyticsTests.java249 ((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()