HomeSort by relevance Sort by last modified time
    Searched defs:sendResponse (Results 1 - 11 of 11) sorted by null

  /packages/apps/IM/src/com/android/im/imps/
ServerTransaction.java 45 public void sendResponse(Primitive response) {
  /development/tools/axl/
axl.py 49 def sendResponse(self, response):
  /packages/apps/Stk/src/com/android/stk/
ToneDialog.java 50 sendResponse(StkAppService.RES_ID_DONE);
112 sendResponse(StkAppService.RES_ID_END_SESSION);
127 private void sendResponse(int resId) {
StkDialogActivity.java 46 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);
154 private void sendResponse(int resId, boolean confirmed) {
162 private void sendResponse(int resId) {
163 sendResponse(resId, true);
StkMenuActivity.java 69 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) {
321 sendResponse(resId, 0, false);
324 private void sendResponse(int resId, int itemId, boolean help) {
StkInputActivity.java 79 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) {
185 sendResponse(resId, null, false);
188 private void sendResponse(int resId, String input, boolean help) {
223 sendResponse(StkAppService.RES_ID_END_SESSION);
227 sendResponse(StkAppService.RES_ID_INPUT, "", true);
  /external/opencore/android/
android_audio_mio.cpp 599 void AndroidAudioMIO::sendResponse(PVMFCommandId cmdid, const OsclAny* context, PVMFTimestamp timestamp)
601 LOGV("sendResponse :: return buffer (%d) timestamp(%d) context(%p)", cmdid, timestamp, context);
  /frameworks/base/obex/javax/obex/
ServerOperation.java 160 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null);
190 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null);
322 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
328 mParent.sendResponse(type, sendHeader);
388 mParent.sendResponse(type, out.toByteArray());
412 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null);
418 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null);
435 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null);
464 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null);
ServerSession.java 138 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null);
176 sendResponse(code, null);
219 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
246 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
256 public void sendResponse(int code, byte[] header) throws IOException {
357 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
465 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 139 private void sendResponse(String[] responses) {
253 sendResponse(pair.mResponses);
323 sendResponse(pair.mResponses);
  /hardware/ril/libril/
ril.cpp 1249 sendResponse (Parcel &p) {
    [all...]

Completed in 917 milliseconds