Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java540 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter
542 mAdapter.respondToRttRequest(callId, id, accept); in respondToRttRequest()
DCall.java1997 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/
DIInCallAdapter.aidl94 void respondToRttRequest(String callId, int id, boolean accept); in respondToRttRequest() method
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51494 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/
Dcurrent.txt42275 method public void respondToRttRequest(int, boolean);