Home
last modified time | relevance | path

Searched refs:respondToRttRequest (Results 1 – 7 of 7) 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/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothCall.java141 public void respondToRttRequest(int id, boolean accept) { in respondToRttRequest() method in BluetoothCall
142 mCall.respondToRttRequest(id, accept); in respondToRttRequest()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallUI.java215 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.java697 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter
DCall.java3497 mConnectionService.respondToRttRequest( in handleRttRequestResponse()
3501 mConnectionService.respondToRttRequest(this, null, null); in handleRttRequestResponse()
DConnectionServiceWrapper.java1934 void respondToRttRequest( in respondToRttRequest() method in ConnectionServiceWrapper