Searched defs:handleRttUpgradeResponse (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java1136 handleRttUpgradeResponse(callId, rttTextStream);
1873 private void handleRttUpgradeResponse(String callId, Connection.RttTextStream rttTextStream) { method in class:ConnectionService
1874 Log.d(this, "handleRttUpgradeResponse(%s, %s)", callId, rttTextStream == null);
1876 findConnectionForAction(callId, "handleRttUpgradeResponse")
1877 .handleRttUpgradeResponse(rttTextStream);
1879 Log.w(this, "handleRttUpgradeResponse called on a conference.");
H A DConnection.java2945 public void handleRttUpgradeResponse(@Nullable RttTextStream rttTextStream) {} method in class:Connection

Completed in 19 milliseconds