Searched defs:setVideoState (Results 1 - 8 of 8) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
H A D | ConnectionRequest.java | 79 public Builder setVideoState(int videoState) { method in class:ConnectionRequest.Builder
|
H A D | ConnectionServiceAdapter.java | 392 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 D | VideoCallImpl.java | 350 public void setVideoState(int videoState) { method in class:VideoCallImpl
|
H A D | Conference.java | 479 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 D | RemoteConnection.java | 1332 void setVideoState(final int videoState) { method in class:RemoteConnection
|
H A D | Connection.java | 2063 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 D | Connection.java | 789 public void setVideoState(int videoState) { method in class:Connection
|
H A D | PhoneInternalInterface.java | 81 public T setVideoState(int videoState) { method in class:PhoneInternalInterface.DialArgs.Builder
|
Completed in 24 milliseconds