Searched defs:setVideoState (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
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 DRemoteConnection.java819 void setVideoState(int videoState) { method in class:RemoteConnection
H A DConnection.java699 public final void setVideoState(int videoState) { method in class:Connection
700 Log.d(this, "setVideoState %d", 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 75 milliseconds