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

/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java90 connection.setVideoState(parcel.getVideoState());
300 public void setVideoState(String callId, int videoState, Session.Info sessionInfo) {
301 findConnectionForAction(callId, "setVideoState")
302 .setVideoState(videoState);
505 .setVideoState(request.getVideoState())
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 DConnectionRequest.java80 public Builder setVideoState(int videoState) { method in class:ConnectionRequest.Builder
H A DVideoCallImpl.java350 public void setVideoState(int videoState) { method in class:VideoCallImpl
H A DConnectionServiceAdapterServant.java190 mDelegate.setVideoState((String) msg.obj, msg.arg1, null /*Session.Info*/);
452 public void setVideoState(String connectionId, int videoState,
H A DConference.java480 public final void setVideoState(Connection c, int videoState) { method in class:Conference
481 Log.d(this, "setVideoState Conference: %s Connection: %s VideoState: %s",
H A DConnectionService.java1089 mAdapter.setVideoState(id, videoState);
1166 mAdapter.setVideoState(id, videoState);
1832 mAdapter.setVideoState(id, conference.getVideoState());
H A DCall.java1744 mVideoCallImpl.setVideoState(getDetails().getVideoState());
H A DRemoteConnection.java1332 void setVideoState(final int videoState) { method in class:RemoteConnection
H A DConnection.java2048 public final void setVideoState(int videoState) { method in class:Connection
2050 Log.d(this, "setVideoState %d", videoState);
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionServiceAdapter.aidl84 void setVideoState(String callId, int videoState, in Session.Info sessionInfo);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsExternalCallTracker.java314 connection.setVideoState(videoState);
366 connection.setVideoState(newVideoState);
H A DImsPhoneConnection.java871 // after setVideoState is called above to ensure Telecom is notified that
928 setVideoState(newVideoState);
1167 setVideoState(currentVideoState);
H A DImsPhoneCallTracker.java972 mPendingMO.setVideoState(videoState);
1127 conn.setVideoState(videoState);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java774 public void setVideoState(int videoState) { method in class:Connection

Completed in 351 milliseconds