/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/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedConnectionService.java | 100 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection() 142 connection.setVideoState(request.getVideoState()); in createSelfManagedConnection()
|
D | TestConnectionService.java | 232 setVideoState(videoState); in onAnswer() 404 connection.setVideoState(originalRequest.getVideoState()); 437 connection.setVideoState(videoState); 463 connection.setVideoState(videoState);
|
D | TestConnectionManager.java | 93 setVideoState(videoState); 156 setVideoState(mRemote.getVideoState()); in TestManagedConnection()
|
D | TestVideoProvider.java | 158 mConnection.setVideoState(requestProfile.getVideoState()); in onSendSessionModifyRequest()
|
/packages/services/Telecomm/src/com/android/server/telecom/callsequencing/voip/ |
D | RequestVideoStateTransaction.java | 58 mCall.setVideoState(mVideoProfileState); in processTransaction()
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TestTelephonyConnection.java | 274 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/ |
D | CallTest.java | 198 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()
|
D | ConnectionServiceFixture.java | 179 setVideoState(videoState); in FakeConnection() 676 a.setVideoState(id, mConnectionById.get(id).videoState, null /*Session.Info*/); in sendSetVideoState()
|
D | VideoProviderTest.java | 435 mVideoCallImpl.setVideoState(VideoProfile.STATE_RX_ENABLED); in testSessionModifyRequest()
|
D | AnalyticsTests.java | 273 ((VideoCallImpl) videoCall).setVideoState(VideoProfile.STATE_BIDIRECTIONAL); in testAnalyticsVideo()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | ConferenceParticipantConnection.java | 96 setVideoState(parentConnection.getVideoState()); in ConferenceParticipantConnection()
|
D | ImsConference.java | 235 setVideoState(c, videoState); 1052 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate() 1072 connection.setVideoState(parent.getVideoState()); in handleConferenceParticipantsUpdate()
|
D | TelephonyConnectionService.java | 979 .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()
|
D | TelephonyConnection.java | 3420 setVideoState(videoState); in setTelephonyVideoState()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ParcelableCallUtils.java | 256 .setVideoState(call.getVideoState()) in toParcelableCall() 333 .setVideoState(0) in toParcelableCallForScreening()
|
D | CallsManager.java | 1728 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);
|
D | ConnectionServiceWrapper.java | 753 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()
|
D | Call.java | 2261 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) {
|
D | Analytics.java | 392 .setVideoState(videoState)); in addVideoEvent()
|
/packages/services/Telecomm/src/com/android/server/telecom/callsequencing/ |
D | TransactionalCallSequencingAdapter.java | 308 call.setVideoState(videoState);
|