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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 590 void onRttSessionRemotelyTerminated(String callId) {
591 Log.v(this, "onRttSessionRemotelyTerminated: %s", callId);
594 adapter.onRttSessionRemotelyTerminated(callId, Log.getExternalSession());
ConnectionServiceAdapterServant.java 317 mDelegate.onRttSessionRemotelyTerminated((String) msg.obj,
589 public void onRttSessionRemotelyTerminated(String connectionId, Session.Info sessionInfo)
RemoteConnectionService.java 449 public void onRttSessionRemotelyTerminated(String callId, Session.Info sessionInfo)
452 findConnectionForAction(callId, "onRttSessionRemotelyTerminated")
453 .onRttSessionRemotelyTerminated();
455 Log.w(this, "onRttSessionRemotelyTerminated called on a remote conference");
RemoteConnection.java 262 public void onRttSessionRemotelyTerminated(RemoteConnection connection) {}
    [all...]
Connection.java     [all...]
ConnectionService.java     [all...]
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 116 void onRttSessionRemotelyTerminated(String callId, in Session.Info sessionInfo);
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionManager.java 139 public void onRttSessionRemotelyTerminated(RemoteConnection connection) {
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java     [all...]

Completed in 199 milliseconds