Home
last modified time | relevance | path

Searched defs:onRemoteRttRequest (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java640 void onRemoteRttRequest(String callId) { in onRemoteRttRequest() method in ConnectionServiceAdapter
H A DRemoteConnection.java275 public void onRemoteRttRequest(RemoteConnection connection) {} in onRemoteRttRequest() method in RemoteConnection.Callback
1670 void onRemoteRttRequest() { in onRemoteRttRequest() method in RemoteConnection
H A DConnection.java1256 public void onRemoteRttRequest(Connection c) {} in onRemoteRttRequest() method in Connection.Listener
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionServiceAdapter.aidl125 void onRemoteRttRequest(String callId, in Session.Info sessionInfo); in onRemoteRttRequest() method
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java160 void onRemoteRttRequest(Call call, int requestId); in onRemoteRttRequest() method
249 public void onRemoteRttRequest(Call call, int requestId) {} in onRemoteRttRequest() method in Call.ListenerBase
3481 public void onRemoteRttRequest() { in onRemoteRttRequest() method in Call
H A DConnectionServiceWrapper.java1049 public void onRemoteRttRequest(String callId, Session.Info sessionInfo) in onRemoteRttRequest() method in ConnectionServiceWrapper.Adapter