Searched refs:respondToRttRequest (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallAdapter.java | 503 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter 505 mAdapter.respondToRttRequest(callId, id, accept); in respondToRttRequest()
|
D | Call.java | 1858 public void respondToRttRequest(int id, boolean accept) { in respondToRttRequest() method in Call 1859 mInCallAdapter.respondToRttRequest(mTelecomCallId, id, accept); in respondToRttRequest()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IInCallAdapter.aidl | 90 void respondToRttRequest(String callId, int id, boolean accept); in respondToRttRequest() method
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 45433 method public void respondToRttRequest(int, boolean);
|