HomeSort by relevance Sort by last modified time
    Searched defs:sendResponse (Results 1 - 24 of 24) 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;
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java 462 public boolean sendResponse(BluetoothDevice device, int requestId,
464 if (DBG) Log.d(TAG, "sendResponse() - device: " + device.getAddress());
468 mService.sendResponse(mServerIf, device.getAddress(), requestId,
  /packages/apps/Exchange/src/com/android/exchange/service/
EasMeetingResponder.java 106 responder.sendResponse(msg, mailboxServerId, easResponse);
189 private void sendResponse(final Message msg, final String mailboxServerId, final int response)
  /development/tools/axl/
axl.py 49 def sendResponse(self, response):
  /packages/apps/Stk/src/com/android/stk/
ToneDialog.java 51 sendResponse(StkAppService.RES_ID_DONE);
116 sendResponse(StkAppService.RES_ID_END_SESSION);
131 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);
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) {
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/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) {
  /frameworks/base/obex/javax/obex/
ServerOperation.java 162 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null);
192 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null);
324 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
330 mParent.sendResponse(type, sendHeader);
399 mParent.sendResponse(type, out.toByteArray());
425 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null);
431 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null);
448 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null);
477 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 {
361 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
469 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
  /frameworks/base/services/java/com/android/server/usb/
UsbDebuggingManager.java 133 private void sendResponse(String msg) {
200 sendResponse("OK");
205 sendResponse("NO");
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 362 transaction.sendResponse(response);
392 inviteTransaction.sendResponse(response);
414 inviteTransaction.sendResponse(response);
447 public void sendResponse(RequestEvent event, int responseCode)
457 getServerTransaction(event).sendResponse(response);
459 throw new SipException("sendResponse()", e);
488 inviteTransaction.sendResponse(response);
SipSessionGroup.java 493 mSipHelper.sendResponse(event, response);
515 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
822 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
826 mSipHelper.sendResponse((RequestEvent) evt,
840 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 148 private void sendResponse(Transaction pair) {
159 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
292 sendResponse(pair);
353 sendResponse(pair);
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 738 * @see javax.sip.SipProvider#sendResponse(javax.sip.message.Response)
740 public void sendResponse(Response response) throws SipException {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 464 public void sendResponse(int serverIf, String address, int requestId,
468 service.sendResponse(serverIf, address, requestId, status, offset, value);
    [all...]
  /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 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 4260 milliseconds