Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DRttRequestDialogFragment.java100 call.respondToRttRequest(true, getArguments().getInt(ARG_RTT_REQUEST_ID)); in onPositiveButtonClick()
108 call.respondToRttRequest(false, getArguments().getInt(ARG_RTT_REQUEST_ID)); in onNegativeButtonClick()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java503 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter
505 mAdapter.respondToRttRequest(callId, id, accept); in respondToRttRequest()
H A DCall.java1993 public void respondToRttRequest(int id, boolean accept) { in respondToRttRequest() method in Call
1994 mInCallAdapter.respondToRttRequest(mTelecomCallId, id, accept); in respondToRttRequest()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothCall.java145 public void respondToRttRequest(int id, boolean accept) { in respondToRttRequest() method in BluetoothCall
146 mCall.respondToRttRequest(id, accept); in respondToRttRequest()
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl90 void respondToRttRequest(String callId, int id, boolean accept); in respondToRttRequest() method
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestInCallUI.java215 call.respondToRttRequest(mCallList.getLastRttRequestId(), true); in onCreate()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallAdapter.java697 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter
H A DCall.java3505 mConnectionService.respondToRttRequest( in handleRttRequestResponse()
3509 mConnectionService.respondToRttRequest(this, null, null); in handleRttRequestResponse()
H A DConnectionServiceWrapper.java1973 void respondToRttRequest( in respondToRttRequest() method in ConnectionServiceWrapper
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java1130 public void respondToRttRequest(boolean accept, int rttRequestId) { in respondToRttRequest() method in DialerCall
1138 getTelecomCall().respondToRttRequest(rttRequestId, accept); in respondToRttRequest()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55460 Landroid/telecom/InCallAdapter;->respondToRttRequest(Ljava/lang/String;IZ)V
86789 Lcom/android/internal/telecom/IInCallAdapter$Stub$Proxy;->respondToRttRequest(Ljava/lang/String;IZ)V
86846 Lcom/android/internal/telecom/IInCallAdapter;->respondToRttRequest(Ljava/lang/String;IZ)V
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39572 method public void respondToRttRequest(int, boolean);