Searched defs:sendResponse (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasMeetingResponder.java107 responder.sendResponse(msg, mailboxServerId, easResponse);
192 private void sendResponse(final Message msg, final String mailboxServerId, final int response) method in class:EasMeetingResponder
/packages/apps/Stk/src/com/android/stk/
H A DToneDialog.java51 sendResponse(StkAppService.RES_ID_DONE);
116 sendResponse(StkAppService.RES_ID_END_SESSION);
131 private void sendResponse(int resId) { method in class:ToneDialog
H A DStkDialogActivity.java46 sendResponse(StkAppService.RES_ID_TIMEOUT);
105 sendResponse(StkAppService.RES_ID_CONFIRM, true);
109 sendResponse(StkAppService.RES_ID_CONFIRM, false);
119 sendResponse(StkAppService.RES_ID_BACKWARD);
153 private void sendResponse(int resId, boolean confirmed) { method in class:StkDialogActivity
161 private void sendResponse(int resId) { method in class:StkDialogActivity
162 sendResponse(resId, true);
H A DStkInputActivity.java79 sendResponse(StkAppService.RES_ID_TIMEOUT);
107 sendResponse(StkAppService.RES_ID_INPUT, input, false);
177 sendResponse(StkAppService.RES_ID_BACKWARD, null, false);
184 private void sendResponse(int resId) { method in class:StkInputActivity
185 sendResponse(resId, null, false);
188 private void sendResponse(int resId, String input, boolean help) { method in class:StkInputActivity
223 sendResponse(StkAppService.RES_ID_END_SESSION);
227 sendResponse(StkAppService.RES_ID_INPUT, "", true);
H A DStkMenuActivity.java69 sendResponse(StkAppService.RES_ID_TIMEOUT);
115 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
134 sendResponse(StkAppService.RES_ID_BACKWARD);
220 sendResponse(StkAppService.RES_ID_END_SESSION);
231 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
320 private void sendResponse(int resId) { method in class:StkMenuActivity
321 sendResponse(resId, 0, false);
324 private void sendResponse(int resId, int itemId, boolean help) { method in class:StkMenuActivity
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java148 private void sendResponse(Transaction pair) { method in class:MockTransport
159 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
292 sendResponse(pair);
353 sendResponse(pair);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java464 public void sendResponse(int serverIf, String address, int requestId, method in class:GattService.BluetoothGattBinder
468 service.sendResponse(serverIf, address, requestId, status, offset, value);
1463 void sendResponse(int serverIf, String address, int requestId, method in class:GattService
1467 if (DBG) Log.d(TAG, "sendResponse() - address=" + address);

Completed in 613 milliseconds