Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java503 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter
505 mAdapter.respondToRttRequest(callId, id, accept); in respondToRttRequest()
DCall.java1858 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/
DIInCallAdapter.aidl90 void respondToRttRequest(String callId, int id, boolean accept); in respondToRttRequest() method
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt45433 method public void respondToRttRequest(int, boolean);