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

1 2

  /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/
ToneDialog.java 55 sendResponse(StkAppService.RES_ID_DONE);
124 sendResponse(StkAppService.RES_ID_END_SESSION);
140 sendResponse(StkAppService.RES_ID_END_SESSION);
151 sendResponse(StkAppService.RES_ID_END_SESSION);
167 private void sendResponse(int resId) {
StkDialogActivity.java 100 sendResponse(StkAppService.RES_ID_CONFIRM, true);
105 sendResponse(StkAppService.RES_ID_CONFIRM, false);
117 sendResponse(StkAppService.RES_ID_BACKWARD);
232 sendResponse(StkAppService.RES_ID_CONFIRM, false);
264 private void sendResponse(int resId, boolean confirmed) {
275 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] confirmed[" + confirmed + "]");
288 private void sendResponse(int resId) {
289 sendResponse(resId, true);
357 sendResponse(StkAppService.RES_ID_TIMEOUT);
StkMenuActivity.java 90 sendResponse(StkAppService.RES_ID_TIMEOUT);
137 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
159 sendResponse(StkAppService.RES_ID_BACKWARD);
279 sendResponse(StkAppService.RES_ID_END_SESSION);
327 sendResponse(StkAppService.RES_ID_END_SESSION);
340 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
377 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
476 private void sendResponse(int resId) {
477 sendResponse(resId, 0, false);
480 private void sendResponse(int resId, int itemId, boolean help)
    [all...]
StkInputActivity.java 91 sendResponse(StkAppService.RES_ID_TIMEOUT);
128 sendResponse(StkAppService.RES_ID_INPUT, input, false);
209 sendResponse(StkAppService.RES_ID_END_SESSION);
227 sendResponse(StkAppService.RES_ID_BACKWARD, null, false);
233 void sendResponse(int resId) {
234 sendResponse(resId, null, false);
237 void sendResponse(int resId, String input, boolean help) {
248 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] input[*****] help["
292 sendResponse(StkAppService.RES_ID_END_SESSION);
298 sendResponse(StkAppService.RES_ID_INPUT, "", true)
    [all...]
  /system/bt/service/doc/
IBluetoothGattServer.txt 98 boolean sendResponse(in int server_if, in String device_address,
  /frameworks/base/obex/javax/obex/
ServerOperation.java 186 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null);
244 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null);
418 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
424 mParent.sendResponse(type, sendHeader);
516 mParent.sendResponse(type, out.toByteArray());
543 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null);
560 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null);
621 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null);
ServerSession.java 143 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null);
181 sendResponse(code, null);
225 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
253 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
263 public void sendResponse(int code, byte[] header) throws IOException {
369 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
478 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
  /hardware/ril/libril/
RilSapSocket.h 162 void sendResponse(MsgHeader *hdr);
RilSapSocket.cpp 322 sendResponse(&rsp);
336 void RilSapSocket::sendResponse(MsgHeader* hdr) {
350 RLOGE("sendResponse: OOM");
399 sendResponse(&rsp);
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 156 private void sendResponse(Transaction pair) {
167 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
263 sendResponse(pair);
325 sendResponse(pair);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 310 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0,
330 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
344 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0,
363 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
376 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 185 void sendResponse(String msg) {
252 mThread.sendResponse("OK");
259 mThread.sendResponse("NO");
268 mThread.sendResponse("NO");
276 mThread.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...]
  /external/autotest/client/site_tests/power_LoadTest/extension/
test.js 21 function testListener(request, sender, sendResponse) {
26 sendResponse({"should_scroll": should_scroll,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 343 mSocketRunnableObj.sendResponse("cameraOpened", "");
356 mSocketRunnableObj.sendResponse("cameraClosed", "");
395 mSocketRunnableObj.sendResponse(tag, null, jsonObj, null);
624 public void sendResponse(String tag, String str, JSONObject obj, ByteBuffer bbuf)
656 public void sendResponse(String tag, String str)
658 sendResponse(tag, str, null, null);
661 public void sendResponse(String tag, JSONObject obj)
663 sendResponse(tag, null, obj, null);
668 sendResponse(tag, null, null, bbuf);
671 public void sendResponse(LinkedList<MySensorEvent> events
    [all...]
  /external/autotest/client/deps/graphics/graphics_test_extension/
background.js 15 function onMessageHandler(message, sender, sendResponse) {
  /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...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 84 void sendResponse(in int serverIf, in String address, in int requestId,
  /packages/apps/Settings/tests/unit/src/com/android/settings/
TetherServiceTest.java 413 sendResponse(mProvisionResponse, context);
416 private void sendResponse(int response, Context context) {
  /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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java     [all...]

Completed in 3533 milliseconds

1 2