HomeSort by relevance Sort by last modified time
    Searched refs:sendResponse (Results 1 - 25 of 25) 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);
153 private void sendResponse(int resId, boolean confirmed) {
161 private void sendResponse(int resId) {
162 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 78 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) {
184 sendResponse(resId, null, false);
187 private void sendResponse(int resId, String input, boolean help) {
222 sendResponse(StkAppService.RES_ID_END_SESSION);
226 sendResponse(StkAppService.RES_ID_INPUT, "", true);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
options.js 53 * @param {Function} sendResponse Function to call when there is a response.
57 chrome.extension.onRequest.addListener(function(request, sender, sendResponse) {
70 sendResponse();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 53 * @param {!function} sendResponse Function to call to send a response.
56 handleOnRequest_: function(request, sender, sendResponse) {
58 sendResponse({result: this.getErrorDetails()});
61 sendResponse({result: 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());
414 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null);
420 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null);
437 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null);
466 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 140 result.sendResponse = true;
151 if (result.sendResponse) {
simulated_radio.js 867 result.sendResponse = false;
899 result.sendResponse = false;
909 result.sendResponse = false;
    [all...]
  /frameworks/base/core/java/android/net/
DnsPinger.java 180 sendResponse(msg.arg1, -9999, SOCKET_EXCEPTION);
216 sendResponse(curPing.internalId, curPing.packetId, curPing.result);
221 sendResponse(curPing.internalId, curPing.packetId, TIMEOUT);
279 private void sendResponse(int internalId, int externalId, int responseVal) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageQueue.java 200 boolean sendResponse) throws IOException {
203 if (sendResponse) {
214 if (sendResponse) {
235 assert !sendResponse;
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 150 private void sendResponse(Transaction pair) {
161 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
294 sendResponse(pair);
355 sendResponse(pair);
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 364 transaction.sendResponse(response);
394 inviteTransaction.sendResponse(response);
416 inviteTransaction.sendResponse(response);
449 public void sendResponse(RequestEvent event, int responseCode)
459 getServerTransaction(event).sendResponse(response);
461 throw new SipException("sendResponse()", e);
490 inviteTransaction.sendResponse(response);
SipSessionGroup.java 491 mSipHelper.sendResponse(event, response);
512 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
796 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
800 mSipHelper.sendResponse((RequestEvent) evt,
814 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...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 275 * @param {!function} sendResponse Function to call to send a response.
278 onRequestListener_: function(request, sender, sendResponse) {
280 sendResponse({result: this.getMostRequestedUrls(request.num)});
282 sendResponse({});
  /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     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 619 milliseconds