Searched refs:respondToRttRequest (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/ |
D | RttRequestDialogFragment.java | 100 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/ |
D | BluetoothCall.java | 141 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/ |
D | TestInCallUI.java | 215 call.respondToRttRequest(mCallList.getLastRttRequestId(), true); in onCreate()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | DialerCall.java | 1130 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/ |
D | InCallAdapter.java | 697 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter
|
D | Call.java | 3497 mConnectionService.respondToRttRequest( in handleRttRequestResponse() 3501 mConnectionService.respondToRttRequest(this, null, null); in handleRttRequestResponse()
|
D | ConnectionServiceWrapper.java | 1934 void respondToRttRequest( in respondToRttRequest() method in ConnectionServiceWrapper
|