Home
last modified time | relevance | path

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

/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/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnectionService.java100 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection()
142 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection()
DTestConnectionService.java232 setVideoState(videoState); in onAnswer()
404 connection.setVideoState(originalRequest.getVideoState());
437 connection.setVideoState(videoState);
463 connection.setVideoState(videoState);
DTestConnectionManager.java93 setVideoState(videoState);
156 setVideoState(mRemote.getVideoState()); in TestManagedConnection()
DTestVideoProvider.java158 mConnection.setVideoState(requestProfile.getVideoState()); in onSendSessionModifyRequest()
/packages/services/Telecomm/src/com/android/server/telecom/callsequencing/voip/
DRequestVideoStateTransaction.java58 mCall.setVideoState(mVideoProfileState); in processTransaction()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java274 setVideoState(VideoProfile.STATE_TX_ENABLED); in setIsVideoCall()
276 setVideoState(VideoProfile.STATE_AUDIO_ONLY); in setIsVideoCall()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java198 call.setVideoState(VideoProfile.STATE_BIDIRECTIONAL); in testSetVideoStateForTransactionalCalls()
205 call.setVideoState(VideoProfile.STATE_BIDIRECTIONAL); in testSetVideoStateForTransactionalCalls()
226 call.setVideoState(VideoProfile.STATE_BIDIRECTIONAL); in testToggleTransactionalVideoState()
230 call.setVideoState(VideoProfile.STATE_BIDIRECTIONAL); in testToggleTransactionalVideoState()
234 call.setVideoState(VideoProfile.STATE_AUDIO_ONLY); in testToggleTransactionalVideoState()
238 call.setVideoState(VideoProfile.STATE_BIDIRECTIONAL); in testToggleTransactionalVideoState()
DConnectionServiceFixture.java179 setVideoState(videoState); in FakeConnection()
676 a.setVideoState(id, mConnectionById.get(id).videoState, null /*Session.Info*/); in sendSetVideoState()
DVideoProviderTest.java435 mVideoCallImpl.setVideoState(VideoProfile.STATE_RX_ENABLED); in testSessionModifyRequest()
DAnalyticsTests.java273 ((VideoCallImpl) videoCall).setVideoState(VideoProfile.STATE_BIDIRECTIONAL); in testAnalyticsVideo()
/packages/services/Telephony/src/com/android/services/telephony/
DConferenceParticipantConnection.java96 setVideoState(parentConnection.getVideoState()); in ConferenceParticipantConnection()
DImsConference.java235 setVideoState(c, videoState);
1052 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate()
1072 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate()
DTelephonyConnectionService.java979 .setVideoState(request.getVideoState()) in placeOutgoingConference()
1016 conference.setVideoState(connection, in prepareConference()
2462 .setVideoState(videoState) in placeOutgoingConnection()
2484 .setVideoState(videoState) in placeOutgoingConnection()
2587 .setVideoState(videoState) in handleOutgoingCallConnectionByCallDomainSelection()
3413 .setVideoState(VideoProfile.STATE_AUDIO_ONLY) in onEmergencyRedialOnDomainInternal()
3606 .setVideoState(videocallState) in onNormalCallRedial()
DTelephonyConnection.java3420 setVideoState(videoState); in setTelephonyVideoState()
/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java256 .setVideoState(call.getVideoState()) in toParcelableCall()
333 .setVideoState(0) in toParcelableCallForScreening()
DCallsManager.java1728 call.setVideoState(videoState); in processIncomingCallIntent()
2167 call.setVideoState(videoState); in startOutgoingCall()
3208 call.setVideoState(videoState);
4808 call.setVideoState(parcelableConference.getVideoState());
5872 call.setVideoState(connection.getVideoState());
6539 call.setVideoState(VideoProfile.STATE_AUDIO_ONLY);
6541 call.setVideoState(videoState);
6590 call.setVideoState(videoState);
6757 call.setVideoState(VideoProfile.STATE_AUDIO_ONLY);
6759 call.setVideoState(videoState);
DConnectionServiceWrapper.java753 public void setVideoState(String callId, int videoState, Session.Info sessionInfo) { in setVideoState() method in ConnectionServiceWrapper.Adapter
761 call.setVideoState(videoState); in setVideoState()
1639 .setVideoState(call.getVideoState()) in createConference()
1786 .setVideoState(call.getVideoState()) in createConnection()
DCall.java2261 setVideoState(VideoProfile.STATE_AUDIO_ONLY); in checkIfVideoCapable()
2689 setVideoState(conference.getVideoState()); in handleCreateConferenceSuccess()
2727 setVideoState(connection.getVideoState()); in handleCreateConnectionSuccess()
4291 public void setVideoState(int videoState) {
DAnalytics.java392 .setVideoState(videoState)); in addVideoEvent()
/packages/services/Telecomm/src/com/android/server/telecom/callsequencing/
DTransactionalCallSequencingAdapter.java308 call.setVideoState(videoState);