Searched defs:onRttSessionRemotelyTerminated (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ | ||
H A D | ConnectionServiceAdapter.java | 590 void onRttSessionRemotelyTerminated(String callId) { method in class:ConnectionServiceAdapter 591 Log.v(this, "onRttSessionRemotelyTerminated: %s", callId); 594 adapter.onRttSessionRemotelyTerminated(callId, Log.getExternalSession()); |
H A D | RemoteConnection.java | 262 public void onRttSessionRemotelyTerminated(RemoteConnection connection) {} method in class:RemoteConnection.Callback 1537 void onRttSessionRemotelyTerminated() { method in class:RemoteConnection 1542 () -> callback.onRttSessionRemotelyTerminated(connection)); |
H A D | Connection.java | 841 public void onRttSessionRemotelyTerminated(Connection c) {} method in class:Connection.Listener 2648 mListeners.forEach((l) -> l.onRttSessionRemotelyTerminated(Connection.this)); |
Completed in 18 milliseconds