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

  /external/nist-sip/java/javax/sip/
ServerTransaction.java 6 void sendResponse(Response response)
SipProvider.java 49 void sendResponse(Response response) throws SipException;
  /packages/apps/Stk/src/com/android/stk/
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) {
ToneDialog.java 50 sendResponse(StkAppService.RES_ID_DONE);
112 sendResponse(StkAppService.RES_ID_END_SESSION);
127 private void sendResponse(int resId) {
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);
  /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);
  /hardware/ril/mock-ril/src/js/
ctrl_server.js 61 result.sendResponse = true;
73 if (result.sendResponse) {
simulated_icc.js 139 result.sendResponse = true;
150 if (result.sendResponse) {
simulated_radio.js 846 result.sendResponse = false;
878 result.sendResponse = false;
888 result.sendResponse = false;
917 result.sendResponse = false;
934 result.sendResponse = false;
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 145 private void sendResponse(Transaction pair) {
156 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
272 sendResponse(pair);
332 sendResponse(pair);
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 323 transaction.sendResponse(response);
352 inviteTransaction.sendResponse(response);
374 inviteTransaction.sendResponse(response);
407 public void sendResponse(RequestEvent event, int responseCode)
413 getServerTransaction(event).sendResponse(response);
415 throw new SipException("sendResponse()", e);
425 inviteTransaction.sendResponse(response);
SipSessionGroup.java 376 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
666 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
670 mSipHelper.sendResponse((RequestEvent) evt,
684 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 122 transaction.sendResponse(sipResponse);
152 transaction.sendResponse(sipResponse);
183 transaction.sendResponse(sipResponse);
210 transaction.sendResponse(sipResponse);
245 transaction.sendResponse(sipResponse);
588 sipProvider.sendResponse(notExist);
661 transaction.sendResponse(response);
723 transaction.sendResponse(sipRequest.createResponse(Response.OK));
    [all...]
SipProviderImpl.java 738 * @see javax.sip.SipProvider#sendResponse(javax.sip.message.Response)
740 public void sendResponse(Response response) throws SipException {
    [all...]
  /development/tools/axl/
axl.py 49 def sendResponse(self, response):
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java 404 private void sendResponse(SIPResponse transactionResponse) throws IOException {
    [all...]
  /hardware/ril/libril/
ril.cpp 1249 sendResponse (Parcel &p) {
    [all...]

Completed in 275 milliseconds