/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/src/com/android/services/telephony/ |
D | ImsConference.java | 232 setVideoState(c, videoState); 1003 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate() 1023 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate()
|
D | ConferenceParticipantConnection.java | 76 setVideoState(parentConnection.getVideoState()); in ConferenceParticipantConnection()
|
D | TelephonyConnectionService.java | 557 .setVideoState(request.getVideoState()) in placeOutgoingConference() 594 conference.setVideoState(connection, in prepareConference() 1713 .setVideoState(videoState) in placeOutgoingConnection()
|
D | TelephonyConnection.java | 2980 setVideoState(videoState); in setTelephonyVideoState()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ParcelableCallUtils.java | 247 .setVideoState(call.getVideoState()) in toParcelableCall() 322 .setVideoState(0) in toParcelableCallForScreening()
|
D | CallsManager.java | 1249 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);
|
D | ConnectionServiceWrapper.java | 651 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()
|
D | Call.java | 1622 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
|
D | Analytics.java | 368 .setVideoState(videoState)); in addVideoEvent()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 158 setVideoState(videoState); in FakeConnection() 629 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 | 259 ((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()
|