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

/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionServiceAdapter.aidl69 void setVideoState(String callId, int videoState);
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java80 connection.setVideoState(parcel.getVideoState());
236 public void setVideoState(String callId, int videoState) {
237 findConnectionForAction(callId, "setVideoState")
238 .setVideoState(videoState);
H A DConnectionServiceAdapter.java328 void setVideoState(String callId, int videoState) { method in class:ConnectionServiceAdapter
329 Log.v(this, "setVideoState: %d", videoState);
332 adapter.setVideoState(callId, videoState);
H A DConnectionServiceAdapterServant.java149 mDelegate.setVideoState((String) msg.obj, msg.arg1);
295 public void setVideoState(String connectionId, int videoState) {
H A DConnection.java699 public final void setVideoState(int videoState) { method in class:Connection
700 Log.d(this, "setVideoState %d", videoState);
H A DRemoteConnection.java819 void setVideoState(int videoState) { method in class:RemoteConnection
H A DConnectionService.java427 mAdapter.setVideoState(id, videoState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java136 setVideoState(ImsCallProfile.getVideoStateFromCallType(callType));
650 setVideoState(newVideoState);
H A DImsPhoneCallTracker.java396 conn.setVideoState(videoState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java483 public void setVideoState(int videoState) { method in class:Connection

Completed in 74 milliseconds