Searched refs:respondToRttRequest (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallAdapter.java | 426 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter 428 mAdapter.respondToRttRequest(callId, id, accept); in respondToRttRequest()
|
D | Call.java | 1642 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/ |
D | IInCallAdapter.aidl | 78 void respondToRttRequest(String callId, int id, boolean accept); in respondToRttRequest() method
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 70946 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/ |
D | current.txt | 42995 method public void respondToRttRequest(int, boolean);
|