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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionRequest.java79 public Builder setVideoState(int videoState) { method in class:ConnectionRequest.Builder
H A DConnectionServiceAdapter.java392 void setVideoState(String callId, int videoState) { method in class:ConnectionServiceAdapter
393 Log.v(this, "setVideoState: %d", videoState);
396 adapter.setVideoState(callId, videoState, Log.getExternalSession());
H A DVideoCallImpl.java350 public void setVideoState(int videoState) { method in class:VideoCallImpl
H A DConference.java479 public final void setVideoState(Connection c, int videoState) { method in class:Conference
480 Log.d(this, "setVideoState Conference: %s Connection: %s VideoState: %s",
H A DRemoteConnection.java1332 void setVideoState(final int videoState) { method in class:RemoteConnection
H A DConnection.java2063 public final void setVideoState(int videoState) { method in class:Connection
2065 Log.d(this, "setVideoState %d", videoState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java789 public void setVideoState(int videoState) { method in class:Connection
H A DPhoneInternalInterface.java81 public T setVideoState(int videoState) { method in class:PhoneInternalInterface.DialArgs.Builder

Completed in 24 milliseconds