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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallAdapter.java521 public void respondToRttRequest(String callId, int id, boolean accept) { method in class:InCallAdapter
531 Log.w(this, "respondToRttRequest(): call %s not found", callId);
H A DConnectionServiceWrapper.java1305 void respondToRttRequest( method in class:ConnectionServiceWrapper
1308 if (callId != null && isServiceValid("respondToRttRequest")) {
1310 logOutgoing("respondToRttRequest: %s %s %s", callId, fromInCall, toInCall);

Completed in 49 milliseconds