Home
last modified time | relevance | path

Searched defs:onRttSessionRemotelyTerminated (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java624 void onRttSessionRemotelyTerminated(String callId) { in onRttSessionRemotelyTerminated() method in ConnectionServiceAdapter
H A DRemoteConnection.java267 public void onRttSessionRemotelyTerminated(RemoteConnection connection) {} in onRttSessionRemotelyTerminated() method in RemoteConnection.Callback
1660 void onRttSessionRemotelyTerminated() { in onRttSessionRemotelyTerminated() method in RemoteConnection
H A DConnection.java1255 public void onRttSessionRemotelyTerminated(Connection c) {} in onRttSessionRemotelyTerminated() method in Connection.Listener
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionServiceAdapter.aidl123 void onRttSessionRemotelyTerminated(String callId, in Session.Info sessionInfo); in onRttSessionRemotelyTerminated() method
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java1043 public void onRttSessionRemotelyTerminated(String callId, Session.Info sessionInfo) in onRttSessionRemotelyTerminated() method in ConnectionServiceWrapper.Adapter