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

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 114 void onRttSessionRemotelyTerminated(String callId, in Session.Info sessionInfo);
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 587 void onRttSessionRemotelyTerminated(String callId) {
588 Log.v(this, "onRttSessionRemotelyTerminated: %s", callId);
591 adapter.onRttSessionRemotelyTerminated(callId, Log.getExternalSession());
ConnectionServiceAdapterServant.java 315 mDelegate.onRttSessionRemotelyTerminated((String) msg.obj,
574 public void onRttSessionRemotelyTerminated(String connectionId, Session.Info sessionInfo)
RemoteConnectionService.java 436 public void onRttSessionRemotelyTerminated(String callId, Session.Info sessionInfo)
439 findConnectionForAction(callId, "onRttSessionRemotelyTerminated")
440 .onRttSessionRemotelyTerminated();
442 Log.w(this, "onRttSessionRemotelyTerminated called on a remote conference");
RemoteConnection.java 261 public void onRttSessionRemotelyTerminated(RemoteConnection connection) {}
    [all...]
Connection.java     [all...]
ConnectionService.java     [all...]
  /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 243 milliseconds