Home
last modified time | relevance | path

Searched refs:sendResponse (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkInputActivity.java110 sendResponse(StkAppService.RES_ID_END_SESSION); in onClick()
144 sendResponse(StkAppService.RES_ID_INPUT, input, false); in onClick()
268 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
292 sendResponse(StkAppService.RES_ID_BACKWARD, null, false); in onKeyDown()
298 void sendResponse(int resId) { in sendResponse() method in StkInputActivity
299 sendResponse(resId, null, false); in sendResponse()
302 void sendResponse(int resId, String input, boolean help) { in sendResponse() method in StkInputActivity
328 appService.sendResponse(args, mSlotId); in sendResponse()
375 sendResponse(StkAppService.RES_ID_END_SESSION); in optionsItemSelectedInternal()
379 sendResponse(StkAppService.RES_ID_INPUT, "", true); in optionsItemSelectedInternal()
[all …]
DStkMenuActivity.java136 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false); in onListItemClick()
153 sendResponse(StkAppService.RES_ID_BACKWARD); in onKeyDown()
257 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
293 sendResponse(StkAppService.RES_ID_END_SESSION); in onOptionsItemSelected()
331 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true); in onContextItemSelected()
483 private void sendResponse(int resId) { in sendResponse() method in StkMenuActivity
484 sendResponse(resId, 0, false); in sendResponse()
487 private void sendResponse(int resId, int itemId, boolean help) { in sendResponse() method in StkMenuActivity
503 appService.sendResponse(args, mSlotId); in sendResponse()
530 sendResponse(StkAppService.RES_ID_TIMEOUT);
DStkDialogActivity.java92 sendResponse(StkAppService.RES_ID_CONFIRM, true); in onCreate()
101 sendResponse(StkAppService.RES_ID_CONFIRM, false); in onCreate()
109 sendResponse(StkAppService.RES_ID_BACKWARD); in onCreate()
247 sendResponse(StkAppService.RES_ID_CONFIRM, false); in onDestroy()
315 private void sendResponse(int resId, boolean confirmed) { in sendResponse() method in StkDialogActivity
345 private void sendResponse(int resId) { in sendResponse() method in StkDialogActivity
346 sendResponse(resId, true); in sendResponse()
403 sendResponse(StkAppService.RES_ID_TIMEOUT);
DStkAppService.java854 public void sendResponse(Bundle args, int slotId) { in sendResponse() method in StkAppService
862 private void sendResponse(int resId, int slotId, boolean confirm) { in sendResponse() method in StkAppService
1141 sendResponse(RES_ID_DONE, slotId, true); in handleCmd()
1149 sendResponse(RES_ID_ERROR, slotId, true); in handleCmd()
1158 sendResponse(RES_ID_CONFIRM, slotId, true); in handleCmd()
1582 sendResponse(RES_ID_CONFIRM, slotId, true); in launchTextDialog()
2307 sendResponse(resId, slotId, true); in handleStopTone()
/packages/services/Car/car-lib/src/android/car/
DAoapService.java210 sendResponse(msg.replyTo, MSG_NEW_DEVICE_ATTACHED_RESPONSE, res); in handleMessage()
221 sendResponse(msg.replyTo, MSG_CAN_SWITCH_TO_AOAP_RESPONSE, res); in handleMessage()
231 private void sendResponse(Messenger messenger, int msg, int result) { in sendResponse() method in AoapService.IncomingHandler
/packages/apps/Email/tests/src/com/android/email/mail/transport/
DMockTransport.java156 private void sendResponse(Transaction pair) { in sendResponse() method in MockTransport
263 sendResponse(pair); in readLine()
325 sendResponse(pair); in writeLine()
/packages/services/Car/service/src/com/android/car/trust/
DBleManager.java333 mGattServer.sendResponse(device, requestId,
347 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS,
362 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS,
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java147 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value); in onCharacteristicWriteRequest()
167 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null); in onExecuteWrite()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DTetherServiceTest.java426 sendResponse(mProvisionResponse, context); in onReceive()
429 private void sendResponse(int response, Context context) { in sendResponse() method in TetherServiceTest.ProvisionReceiver
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java784 public void sendResponse(int serverIf, String address, int requestId, int status, in sendResponse() method in GattService.BluetoothGattBinder
790 service.sendResponse(serverIf, address, requestId, status, offset, value); in sendResponse()
2977 void sendResponse(int serverIf, String address, int requestId, int status, int offset, in sendResponse() method in GattService