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

/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionServiceAdapter.aidl74 void setVideoState(String callId, int videoState);
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java364 void setVideoState(String callId, int videoState) { method in class:ConnectionServiceAdapter
365 Log.v(this, "setVideoState: %d", videoState);
368 adapter.setVideoState(callId, videoState);
H A DRemoteConnectionService.java87 connection.setVideoState(parcel.getVideoState());
260 public void setVideoState(String callId, int videoState) {
261 findConnectionForAction(callId, "setVideoState")
262 .setVideoState(videoState);
H A DConnectionServiceAdapterServant.java163 mDelegate.setVideoState((String) msg.obj, msg.arg1);
352 public void setVideoState(String connectionId, int videoState) {
H A DConference.java411 public final void setVideoState(Connection c, int videoState) { method in class:Conference
412 Log.d(this, "setVideoState Conference: %s Connection: %s VideoState: %s",
H A DConnectionService.java420 mAdapter.setVideoState(id, videoState);
482 mAdapter.setVideoState(id, videoState);
944 mAdapter.setVideoState(id, conference.getVideoState());
H A DRemoteConnection.java1151 void setVideoState(final int videoState) { method in class:RemoteConnection
H A DConnection.java1340 public final void setVideoState(int videoState) { method in class:Connection
1342 Log.d(this, "setVideoState %d", videoState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java576 public void setVideoState(int videoState) { method in class:Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java736 setVideoState(newVideoState);
H A DImsPhoneCallTracker.java408 conn.setVideoState(videoState);

Completed in 82 milliseconds