Home
last modified time | relevance | path

Searched refs:respondToRttRequest (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java426 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter
428 mAdapter.respondToRttRequest(callId, id, accept); in respondToRttRequest()
DCall.java1642 public void respondToRttRequest(int id, boolean accept) { in respondToRttRequest() method in Call
1643 mInCallAdapter.respondToRttRequest(mTelecomCallId, id, accept); in respondToRttRequest()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl78 void respondToRttRequest(String callId, int id, boolean accept); in respondToRttRequest() method
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70946 Landroid/telecom/InCallAdapter;->respondToRttRequest(Ljava/lang/String;IZ)V
104378 Lcom/android/internal/telecom/IInCallAdapter$Stub$Proxy;->respondToRttRequest(Ljava/lang/String;IZ)V
104437 Lcom/android/internal/telecom/IInCallAdapter;->respondToRttRequest(Ljava/lang/String;IZ)V
/frameworks/base/api/
Dcurrent.txt42995 method public void respondToRttRequest(int, boolean);