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

/packages/apps/Stk/src/com/android/stk/
H A DToneDialog.java50 sendResponse(StkAppService.RES_ID_DONE);
112 sendResponse(StkAppService.RES_ID_END_SESSION);
127 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.java78 sendResponse(StkAppService.RES_ID_TIMEOUT);
106 sendResponse(StkAppService.RES_ID_INPUT, input, false);
176 sendResponse(StkAppService.RES_ID_BACKWARD, null, false);
183 private void sendResponse(int resId) { method in class:StkInputActivity
184 sendResponse(resId, null, false);
187 private void sendResponse(int resId, String input, boolean help) { method in class:StkInputActivity
222 sendResponse(StkAppService.RES_ID_END_SESSION);
226 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/providers/DownloadProvider/tests/src/tests/http/
H A DMockWebServer.java164 MockResponse response = sendResponse(out, request);
263 private MockResponse sendResponse(OutputStream out, RecordedRequest request) method in class:MockWebServer
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java150 private void sendResponse(Transaction pair) { method in class:MockTransport
161 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
294 sendResponse(pair);
355 sendResponse(pair);

Completed in 726 milliseconds