HomeSort by relevance Sort by last modified time
    Searched refs:setVideoState (Results 1 - 17 of 17) sorted by null

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 71 void setVideoState(String callId, int videoState);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionService.java 166 setVideoState(videoState);
327 connection.setVideoState(videoState);
337 connection.setVideoState(videoState);
TestConnectionManager.java 88 setVideoState(videoState);
131 setVideoState(mRemote.getVideoState());
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 337 void setVideoState(String callId, int videoState) {
338 Log.v(this, "setVideoState: %d", videoState);
341 adapter.setVideoState(callId, videoState);
RemoteConnectionService.java 81 connection.setVideoState(parcel.getVideoState());
247 public void setVideoState(String callId, int videoState) {
248 findConnectionForAction(callId, "setVideoState")
249 .setVideoState(videoState);
ConnectionServiceAdapterServant.java 160 mDelegate.setVideoState((String) msg.obj, msg.arg1);
325 public void setVideoState(String connectionId, int videoState) {
RemoteConnection.java 890 void setVideoState(int videoState) {
    [all...]
Connection.java 901 public final void setVideoState(int videoState) {
903 Log.d(this, "setVideoState %d", videoState);
    [all...]
ConnectionService.java 458 mAdapter.setVideoState(id, videoState);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 513 public void setVideoState(int videoState) {
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 124 setVideoState(videoState);
485 setVideoState(mOriginalConnection.getVideoState());
    [all...]
TelephonyConnectionService.java 194 connection.setVideoState(request.getVideoState());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 648 setVideoState(newVideoState);
ImsPhoneCallTracker.java 405 conn.setVideoState(videoState);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 786 setVideoState(connection.getVideoState());
    [all...]
ConnectionServiceWrapper.java 352 call.setVideoState(msg.arg1);
545 public void setVideoState(String callId, int videoState) {
546 logIncoming("setVideoState %s %d", callId, videoState);
    [all...]
CallsManager.java 596 call.setVideoState(videoState);
    [all...]

Completed in 215 milliseconds