Searched refs:sendResponse (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkDialogActivity.java85 sendResponse(StkAppService.RES_ID_CONFIRM, true);
96 sendResponse(StkAppService.RES_ID_CONFIRM, false);
117 sendResponse(StkAppService.RES_ID_BACKWARD);
226 sendResponse(StkAppService.RES_ID_CONFIRM, false);
258 private void sendResponse(int resId, boolean confirmed) { method in class:StkDialogActivity
269 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] confirmed[" + confirmed + "]");
282 private void sendResponse(int resId) { method in class:StkDialogActivity
283 sendResponse(resId, true);
351 sendResponse(StkAppService.RES_ID_TIMEOUT);
H A DStkInputActivity.java93 sendResponse(StkAppService.RES_ID_TIMEOUT);
130 sendResponse(StkAppService.RES_ID_INPUT, input, false);
225 sendResponse(StkAppService.RES_ID_END_SESSION);
243 sendResponse(StkAppService.RES_ID_BACKWARD, null, false);
249 void sendResponse(int resId) { method in class:StkInputActivity
250 sendResponse(resId, null, false);
253 void sendResponse(int resId, String input, boolean help) { method in class:StkInputActivity
264 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] input[*****] help["
308 sendResponse(StkAppService.RES_ID_END_SESSION);
314 sendResponse(StkAppServic
[all...]
H A DStkMenuActivity.java92 sendResponse(StkAppService.RES_ID_TIMEOUT);
155 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
179 sendResponse(StkAppService.RES_ID_BACKWARD);
304 sendResponse(StkAppService.RES_ID_END_SESSION);
346 sendResponse(StkAppService.RES_ID_END_SESSION);
387 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
486 private void sendResponse(int resId) { method in class:StkMenuActivity
487 sendResponse(resId, 0, false);
490 private void sendResponse(int resId, int itemId, boolean help) { method in class:StkMenuActivity
491 CatLog.d(LOG_TAG, "sendResponse resI
[all...]
H A DStkAppService.java712 private void sendResponse(int resId, int slotId, boolean confirm) { method in class:StkAppService
979 sendResponse(RES_ID_DONE, slotId, true);
995 sendResponse(RES_ID_CONFIRM, slotId, true);
1379 sendResponse(RES_ID_CONFIRM, slotId, true);
1770 sendResponse(resId, slotId, true);
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java156 private void sendResponse(Transaction pair) { method in class:MockTransport
167 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
263 sendResponse(pair);
325 sendResponse(pair);
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DGattServer.java147 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value);
167 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
168 Log.d(TAG, "onExecuteWrite sendResponse back to GATT Client");
/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
H A DSimpleBleServer.java230 mGattServer.sendResponse(device, requestId,
243 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS,
/packages/apps/Settings/tests/unit/src/com/android/settings/
H A DTetherServiceTest.java413 sendResponse(mProvisionResponse, context);
416 private void sendResponse(int response, Context context) { method in class:TetherServiceTest.ProvisionReceiver
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java597 public void sendResponse(int serverIf, String address, int requestId, method in class:GattService.BluetoothGattBinder
601 service.sendResponse(serverIf, address, requestId, status, offset, value);
2455 void sendResponse(int serverIf, String address, int requestId, method in class:GattService
2459 if (VDBG) Log.d(TAG, "sendResponse() - address=" + address);

Completed in 468 milliseconds