/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionService.java | 232 setVideoState(videoState); in onAnswer() 404 connection.setVideoState(originalRequest.getVideoState()); 437 connection.setVideoState(videoState); 463 connection.setVideoState(videoState);
|
D | SelfManagedConnectionService.java | 99 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection() 139 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection()
|
D | TestConnectionManager.java | 93 setVideoState(videoState); 156 setVideoState(mRemote.getVideoState()); in TestManagedConnection()
|
D | TestVideoProvider.java | 158 mConnection.setVideoState(requestProfile.getVideoState()); in onSendSessionModifyRequest()
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorVideoCall.java | 111 connection.setVideoState(initialVideoState); in handleNewConnection() 120 connection.setVideoState(Integer.parseInt(event.data1)); in onEvent()
|
D | SimulatorConnection.java | 179 setVideoState(toProfile.getVideoState()); in handleSessionModifyRequest()
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TestTelephonyConnection.java | 258 setVideoState(VideoProfile.STATE_TX_ENABLED); in setIsVideoCall() 260 setVideoState(VideoProfile.STATE_AUDIO_ONLY); in setIsVideoCall()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | ImsConference.java | 234 setVideoState(c, videoState); 1010 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate() 1030 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate()
|
D | ConferenceParticipantConnection.java | 76 setVideoState(parentConnection.getVideoState()); in ConferenceParticipantConnection()
|
D | TelephonyConnectionService.java | 526 .setVideoState(request.getVideoState()) in placeOutgoingConference() 563 conference.setVideoState(connection, in prepareConference() 1732 .setVideoState(videoState) in placeOutgoingConnection()
|
D | TelephonyConnection.java | 3315 setVideoState(videoState); in setTelephonyVideoState()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ParcelableCallUtils.java | 249 .setVideoState(call.getVideoState()) in toParcelableCall() 324 .setVideoState(0) in toParcelableCallForScreening()
|
D | CallsManager.java | 1337 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);
|
D | ConnectionServiceWrapper.java | 662 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()
|
D | Call.java | 1826 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
|
D | Analytics.java | 381 .setVideoState(videoState)); in addVideoEvent()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 159 setVideoState(videoState); in FakeConnection() 643 a.setVideoState(id, mConnectionById.get(id).videoState, null /*Session.Info*/); in sendSetVideoState()
|
D | VideoProviderTest.java | 438 mVideoCallImpl.setVideoState(VideoProfile.STATE_RX_ENABLED); in testSessionModifyRequest()
|
D | AnalyticsTests.java | 270 ((VideoCallImpl) videoCall).setVideoState(VideoProfile.STATE_BIDIRECTIONAL); in testAnalyticsVideo()
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipConnectionService.java | 263 .setVideoState(request.getVideoState()) in startCallWithPhone()
|