Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
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()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java165 public void respondToRttRequest(int id, boolean accept) { in respondToRttRequest() method in BluetoothCall
166 mCall.respondToRttRequest(id, accept); in respondToRttRequest()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java190 assertThrows(NullPointerException.class, () -> mBluetoothCall.respondToRttRequest(1, true)); in respondToRttRequest_whenInnerCallIsNull_throwsNPE()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallUI.java217 call.respondToRttRequest(mCallList.getLastRttRequestId(), true); in onCreate()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1130 public void respondToRttRequest(boolean accept, int rttRequestId) { in respondToRttRequest() method in DialerCall
1138 getTelecomCall().respondToRttRequest(rttRequestId, accept); in respondToRttRequest()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java725 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter
DCall.java4022 mConnectionService.respondToRttRequest( in handleRttRequestResponse()
4026 mConnectionService.respondToRttRequest(this, null, null); in handleRttRequestResponse()
DConnectionServiceWrapper.java2451 void respondToRttRequest( in respondToRttRequest() method in ConnectionServiceWrapper