/packages/apps/Stk/src/com/android/stk/ |
D | StkMenuActivity.java | 90 sendResponse(StkAppService.RES_ID_TIMEOUT); 137 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false); in onListItemClick() 159 sendResponse(StkAppService.RES_ID_BACKWARD); in onKeyDown() 279 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy() 327 sendResponse(StkAppService.RES_ID_END_SESSION); in onOptionsItemSelected() 340 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true); in onOptionsItemSelected() 377 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true); in onContextItemSelected() 476 private void sendResponse(int resId) { in sendResponse() method in StkMenuActivity 477 sendResponse(resId, 0, false); in sendResponse() 480 private void sendResponse(int resId, int itemId, boolean help) { in sendResponse() method in StkMenuActivity
|
D | StkInputActivity.java | 91 sendResponse(StkAppService.RES_ID_TIMEOUT); 128 sendResponse(StkAppService.RES_ID_INPUT, input, false); in onClick() 205 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy() 223 sendResponse(StkAppService.RES_ID_BACKWARD, null, false); in onKeyDown() 229 void sendResponse(int resId) { in sendResponse() method in StkInputActivity 230 sendResponse(resId, null, false); in sendResponse() 233 void sendResponse(int resId, String input, boolean help) { in sendResponse() method in StkInputActivity 288 sendResponse(StkAppService.RES_ID_END_SESSION); in onOptionsItemSelected() 294 sendResponse(StkAppService.RES_ID_INPUT, "", true); in onOptionsItemSelected()
|
D | StkDialogActivity.java | 100 sendResponse(StkAppService.RES_ID_CONFIRM, true); in onClick() 105 sendResponse(StkAppService.RES_ID_CONFIRM, false); in onClick() 117 sendResponse(StkAppService.RES_ID_BACKWARD); in onKeyDown() 232 sendResponse(StkAppService.RES_ID_CONFIRM, false); in onDestroy() 264 private void sendResponse(int resId, boolean confirmed) { in sendResponse() method in StkDialogActivity 288 private void sendResponse(int resId) { in sendResponse() method in StkDialogActivity 289 sendResponse(resId, true); in sendResponse() 357 sendResponse(StkAppService.RES_ID_TIMEOUT);
|
D | ToneDialog.java | 55 sendResponse(StkAppService.RES_ID_DONE); 124 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy() 140 sendResponse(StkAppService.RES_ID_END_SESSION); in onKeyDown() 151 sendResponse(StkAppService.RES_ID_END_SESSION); in onTouchEvent() 167 private void sendResponse(int resId) { in sendResponse() method in ToneDialog
|
D | StkAppService.java | 682 private void sendResponse(int resId, int slotId, boolean confirm) { in sendResponse() method in StkAppService 1289 sendResponse(RES_ID_CONFIRM, slotId, true); in launchTextDialog()
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
D | MockTransport.java | 156 private void sendResponse(Transaction pair) { in sendResponse() method in MockTransport 263 sendResponse(pair); in readLine() 325 sendResponse(pair); in writeLine()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 519 public void sendResponse(int serverIf, String address, int requestId, in sendResponse() method in GattService.BluetoothGattBinder 523 service.sendResponse(serverIf, address, requestId, status, offset, value); in sendResponse() 1962 void sendResponse(int serverIf, String address, int requestId, in sendResponse() method in GattService
|