Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkDialogActivity.java85 sendResponse(StkAppService.RES_ID_CONFIRM, true); in onCreate()
96 sendResponse(StkAppService.RES_ID_CONFIRM, false); in onCreate()
117 sendResponse(StkAppService.RES_ID_BACKWARD); in onKeyDown()
226 sendResponse(StkAppService.RES_ID_CONFIRM, false); in onDestroy()
258 private void sendResponse(int resId, boolean confirmed) { in sendResponse() method in StkDialogActivity
282 private void sendResponse(int resId) { in sendResponse() method in StkDialogActivity
283 sendResponse(resId, true); in sendResponse()
351 sendResponse(StkAppService.RES_ID_TIMEOUT);
DStkInputActivity.java93 sendResponse(StkAppService.RES_ID_TIMEOUT);
130 sendResponse(StkAppService.RES_ID_INPUT, input, false); in onClick()
225 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
243 sendResponse(StkAppService.RES_ID_BACKWARD, null, false); in onKeyDown()
249 void sendResponse(int resId) { in sendResponse() method in StkInputActivity
250 sendResponse(resId, null, false); in sendResponse()
253 void sendResponse(int resId, String input, boolean help) { in sendResponse() method in StkInputActivity
308 sendResponse(StkAppService.RES_ID_END_SESSION); in onOptionsItemSelected()
314 sendResponse(StkAppService.RES_ID_INPUT, "", true); in onOptionsItemSelected()
DStkMenuActivity.java91 sendResponse(StkAppService.RES_ID_TIMEOUT);
150 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false); in onListItemClick()
174 sendResponse(StkAppService.RES_ID_BACKWARD); in onKeyDown()
299 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
341 sendResponse(StkAppService.RES_ID_END_SESSION); in onOptionsItemSelected()
382 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true); in onContextItemSelected()
481 private void sendResponse(int resId) { in sendResponse() method in StkMenuActivity
482 sendResponse(resId, 0, false); in sendResponse()
485 private void sendResponse(int resId, int itemId, boolean help) { in sendResponse() method in StkMenuActivity
DToneDialog.java57 sendResponse(StkAppService.RES_ID_DONE);
131 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
147 sendResponse(StkAppService.RES_ID_END_SESSION); in onKeyDown()
158 sendResponse(StkAppService.RES_ID_END_SESSION); in onTouchEvent()
174 private void sendResponse(int resId) { in sendResponse() method in ToneDialog
DStkAppService.java685 private void sendResponse(int resId, int slotId, boolean confirm) { in sendResponse() method in StkAppService
952 sendResponse(RES_ID_DONE, slotId, true); in handleCmd()
968 sendResponse(RES_ID_CONFIRM, slotId, true); in handleCmd()
1352 sendResponse(RES_ID_CONFIRM, slotId, true); in launchTextDialog()
/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/TrustAgent/src/com/android/car/trust/comms/
DSimpleBleServer.java230 mGattServer.sendResponse(device, requestId,
243 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/
DTetherServiceTest.java413 sendResponse(mProvisionResponse, context); in onReceive()
416 private void sendResponse(int response, Context context) { in sendResponse() method in TetherServiceTest.ProvisionReceiver
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java594 public void sendResponse(int serverIf, String address, int requestId, in sendResponse() method in GattService.BluetoothGattBinder
598 service.sendResponse(serverIf, address, requestId, status, offset, value); in sendResponse()
2439 void sendResponse(int serverIf, String address, int requestId, in sendResponse() method in GattService