HomeSort by relevance Sort by last modified time
    Searched defs:onRemoteRttRequest (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 606 void onRemoteRttRequest(String callId) {
607 Log.v(this, "onRemoteRttRequest: %s", callId);
610 adapter.onRemoteRttRequest(callId, Log.getExternalSession());
RemoteConnection.java 270 public void onRemoteRttRequest(RemoteConnection connection) {}
    [all...]
Connection.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java     [all...]
Call.java 138 void onRemoteRttRequest(Call call, int requestId);
213 public void onRemoteRttRequest(Call call, int requestId) {}
    [all...]

Completed in 79 milliseconds