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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DGlowPadAnswerFragment.java93 mGlowpad.setVideoState(videoState);
H A DGlowPadWrapper.java155 public void setVideoState(int videoState) { method in class:GlowPadWrapper
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestConnectionService.java198 setVideoState(videoState);
327 connection.setVideoState(originalRequest.getVideoState());
360 connection.setVideoState(videoState);
390 connection.setVideoState(videoState);
H A DTestConnectionManager.java94 setVideoState(videoState);
137 setVideoState(mRemote.getVideoState());
H A DTestVideoProvider.java158 mConnection.setVideoState(requestProfile.getVideoState());
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java129 setVideoState(videoState);
473 a.setVideoState(id, mConnectionById.get(id).videoState);
H A DVideoProviderTest.java259 mVideoCallImpl.setVideoState(VideoProfile.STATE_RX_ENABLED);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java454 public void setVideoState(String callId, int videoState) { method in class:ConnectionServiceWrapper.Adapter
459 logIncoming("setVideoState %s %d", callId, videoState);
462 call.setVideoState(videoState);
H A DCallsManager.java812 call.setVideoState(videoState);
933 call.setVideoState(videoState);
1581 call.setVideoState(parcelableConference.getVideoState());
H A DCall.java1115 setVideoState(connection.getVideoState());
1886 public void setVideoState(int videoState) { method in class:Call
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java158 setVideoState(videoState);
719 setVideoState(mOriginalConnection.getVideoState());
H A DImsConference.java162 setVideoState(c, videoState);
H A DTelephonyConnectionService.java308 connection.setVideoState(request.getVideoState());

Completed in 286 milliseconds