Searched defs:onRttSessionRemotelyTerminated (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java590 void onRttSessionRemotelyTerminated(String callId) { method in class:ConnectionServiceAdapter
591 Log.v(this, "onRttSessionRemotelyTerminated: %s", callId);
594 adapter.onRttSessionRemotelyTerminated(callId, Log.getExternalSession());
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.java841 public void onRttSessionRemotelyTerminated(Connection c) {} method in class:Connection.Listener
2648 mListeners.forEach((l) -> l.onRttSessionRemotelyTerminated(Connection.this));

Completed in 18 milliseconds