Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java198 setVideoState(videoState); in onAnswer()
327 connection.setVideoState(originalRequest.getVideoState()); in onCreateOutgoingConnection()
360 connection.setVideoState(videoState); in onCreateIncomingConnection()
390 connection.setVideoState(videoState); in onCreateIncomingConnection()
DTestConnectionManager.java94 setVideoState(videoState);
137 setVideoState(mRemote.getVideoState()); in TestManagedConnection()
DTestVideoProvider.java158 mConnection.setVideoState(requestProfile.getVideoState()); in onSendSessionModifyRequest()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DGlowPadWrapper.java155 public void setVideoState(int videoState) { in setVideoState() method in GlowPadWrapper
DGlowPadAnswerFragment.java93 mGlowpad.setVideoState(videoState); in showTargets()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java129 setVideoState(videoState); in FakeConnection()
473 a.setVideoState(id, mConnectionById.get(id).videoState); in sendSetVideoState()
DVideoProviderTest.java259 mVideoCallImpl.setVideoState(VideoProfile.STATE_RX_ENABLED); in testSessionModifyRequest()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java158 setVideoState(videoState);
719 setVideoState(mOriginalConnection.getVideoState()); in setOriginalConnection()
DImsConference.java162 setVideoState(c, videoState);
DTelephonyConnectionService.java308 connection.setVideoState(request.getVideoState()); in onCreateOutgoingConnection()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java812 call.setVideoState(videoState); in startOutgoingCall()
933 call.setVideoState(videoState); in placeOutgoingCall()
1581 call.setVideoState(parcelableConference.getVideoState()); in createConferenceCall()
DConnectionServiceWrapper.java454 public void setVideoState(String callId, int videoState) { in setVideoState() method in ConnectionServiceWrapper.Adapter
462 call.setVideoState(videoState); in setVideoState()
DCall.java1115 setVideoState(connection.getVideoState()); in handleCreateConnectionSuccess()
1886 public void setVideoState(int videoState) { in setVideoState() method in Call