Searched refs:onRttSessionRemotelyTerminated (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionServiceAdapter.aidl114 void onRttSessionRemotelyTerminated(String callId, in Session.Info sessionInfo);
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java587 void onRttSessionRemotelyTerminated(String callId) { method in class:ConnectionServiceAdapter
588 Log.v(this, "onRttSessionRemotelyTerminated: %s", callId);
591 adapter.onRttSessionRemotelyTerminated(callId, Log.getExternalSession());
H A DConnectionServiceAdapterServant.java315 mDelegate.onRttSessionRemotelyTerminated((String) msg.obj,
574 public void onRttSessionRemotelyTerminated(String connectionId, Session.Info sessionInfo)
H A DRemoteConnectionService.java436 public void onRttSessionRemotelyTerminated(String callId, Session.Info sessionInfo)
439 findConnectionForAction(callId, "onRttSessionRemotelyTerminated")
440 .onRttSessionRemotelyTerminated();
442 Log.w(this, "onRttSessionRemotelyTerminated called on a remote conference");
H A DRemoteConnection.java262 public void onRttSessionRemotelyTerminated(RemoteConnection connection) {} method in class:RemoteConnection.Callback
1537 void onRttSessionRemotelyTerminated() { method in class:RemoteConnection
1542 () -> callback.onRttSessionRemotelyTerminated(connection));
H A DConnection.java831 public void onRttSessionRemotelyTerminated(Connection c) {} method in class:Connection.Listener
2621 mListeners.forEach((l) -> l.onRttSessionRemotelyTerminated(Connection.this));
H A DConnectionService.java1321 public void onRttSessionRemotelyTerminated(Connection c) {
1324 mAdapter.onRttSessionRemotelyTerminated(id);

Completed in 105 milliseconds