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 69 void setVideoState(String callId, int videoState);
  /frameworks/base/telecomm/java/android/telecom/
RemoteConnectionService.java 80 connection.setVideoState(parcel.getVideoState());
236 public void setVideoState(String callId, int videoState) {
237 findConnectionForAction(callId, "setVideoState")
238 .setVideoState(videoState);
ConnectionServiceAdapter.java 328 void setVideoState(String callId, int videoState) {
329 Log.v(this, "setVideoState: %d", videoState);
332 adapter.setVideoState(callId, videoState);
ConnectionServiceAdapterServant.java 149 mDelegate.setVideoState((String) msg.obj, msg.arg1);
295 public void setVideoState(String connectionId, int videoState) {
Connection.java 699 public final void setVideoState(int videoState) {
700 Log.d(this, "setVideoState %d", videoState);
    [all...]
RemoteConnection.java 819 void setVideoState(int videoState) {
ConnectionService.java 427 mAdapter.setVideoState(id, videoState);
    [all...]
  /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/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 136 setVideoState(ImsCallProfile.getVideoStateFromCallType(callType));
650 setVideoState(newVideoState);
ImsPhoneCallTracker.java 396 conn.setVideoState(videoState);
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 96 setVideoState(videoState);
384 setVideoState(mOriginalConnection.getVideoState());
TelephonyConnectionService.java 176 connection.setVideoState(request.getVideoState());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 483 public void setVideoState(int videoState) {
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 678 setVideoState(connection.getVideoState());
    [all...]
ConnectionServiceWrapper.java 327 call.setVideoState(msg.arg1);
498 public void setVideoState(String callId, int videoState) {
499 logIncoming("setVideoState %s %d", callId, videoState);
    [all...]
CallsManager.java 488 call.setVideoState(videoState);
    [all...]

Completed in 330 milliseconds