Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java167 default void onRemoteRttRequest(Call call, int requestId) {}; in onRemoteRttRequest() method
261 public void onRemoteRttRequest(Call call, int requestId) {} in onRemoteRttRequest() method in Call.ListenerBase
3785 public void onRemoteRttRequest() { in onRemoteRttRequest() method in Call
DConnectionServiceWrapper.java1153 public void onRemoteRttRequest(String callId, Session.Info sessionInfo) in onRemoteRttRequest() method in ConnectionServiceWrapper.Adapter