Searched refs:respondToRttRequest (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallAdapter.java | 540 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter 542 mAdapter.respondToRttRequest(callId, id, accept); in respondToRttRequest()
|
D | Call.java | 1997 public void respondToRttRequest(int id, boolean accept) { in respondToRttRequest() method in Call 1998 mInCallAdapter.respondToRttRequest(mTelecomCallId, id, accept); in respondToRttRequest()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IInCallAdapter.aidl | 94 void respondToRttRequest(String callId, int id, boolean accept); in respondToRttRequest() method
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 51494 Landroid/telecom/InCallAdapter;->respondToRttRequest(Ljava/lang/String;IZ)V 82823 Lcom/android/internal/telecom/IInCallAdapter$Stub$Proxy;->respondToRttRequest(Ljava/lang/String;IZ)V 82880 Lcom/android/internal/telecom/IInCallAdapter;->respondToRttRequest(Ljava/lang/String;IZ)V
|
/frameworks/base/core/api/ |
D | current.txt | 42275 method public void respondToRttRequest(int, boolean);
|