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

1 2 3

  /external/nist-sip/java/javax/sip/
ServerTransaction.java 6 void sendResponse(Response response)
SipProvider.java 49 void sendResponse(Response response) throws SipException;
  /system/bt/service/doc/
IBluetoothGattServer.txt 59 boolean sendResponse(in int server_if, in String device_address,
  /frameworks/base/tests/net/java/android/net/nsd/
NsdManagerTest.java 80 sendResponse(NsdManager.RESOLVE_SERVICE_FAILED, err, key1, null);
85 sendResponse(NsdManager.RESOLVE_SERVICE_SUCCEEDED, 0, key2, reply);
105 sendResponse(NsdManager.RESOLVE_SERVICE_SUCCEEDED, 0, key2, reply);
106 sendResponse(NsdManager.RESOLVE_SERVICE_SUCCEEDED, 0, key1, reply);
131 sendResponse(NsdManager.REGISTER_SERVICE_SUCCEEDED, 0, key2, request2);
135 sendResponse(NsdManager.REGISTER_SERVICE_FAILED, err, key1, request1);
142 sendResponse(NsdManager.REGISTER_SERVICE_SUCCEEDED, 0, key3, request1);
150 sendResponse(NsdManager.UNREGISTER_SERVICE_SUCCEEDED, 0, key3again, null);
158 sendResponse(NsdManager.UNREGISTER_SERVICE_FAILED, err, key2again, null);
167 //sendResponse(NsdManager.UNREGISTER_SERVICE_SUCCEEDED, 0, key2yetAgain, null)
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 85 sendResponse(StkAppService.RES_ID_CONFIRM, true);
96 sendResponse(StkAppService.RES_ID_CONFIRM, false);
117 sendResponse(StkAppService.RES_ID_BACKWARD);
226 sendResponse(StkAppService.RES_ID_CONFIRM, false);
258 private void sendResponse(int resId, boolean confirmed) {
269 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] confirmed[" + confirmed + "]");
282 private void sendResponse(int resId) {
283 sendResponse(resId, true);
351 sendResponse(StkAppService.RES_ID_TIMEOUT);
StkInputActivity.java 93 sendResponse(StkAppService.RES_ID_TIMEOUT);
130 sendResponse(StkAppService.RES_ID_INPUT, input, false);
225 sendResponse(StkAppService.RES_ID_END_SESSION);
243 sendResponse(StkAppService.RES_ID_BACKWARD, null, false);
249 void sendResponse(int resId) {
250 sendResponse(resId, null, false);
253 void sendResponse(int resId, String input, boolean help) {
264 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] input[*****] help["
308 sendResponse(StkAppService.RES_ID_END_SESSION);
314 sendResponse(StkAppService.RES_ID_INPUT, "", true)
    [all...]
StkMenuActivity.java 92 sendResponse(StkAppService.RES_ID_TIMEOUT);
155 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
179 sendResponse(StkAppService.RES_ID_BACKWARD);
304 sendResponse(StkAppService.RES_ID_END_SESSION);
346 sendResponse(StkAppService.RES_ID_END_SESSION);
387 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
486 private void sendResponse(int resId) {
487 sendResponse(resId, 0, false);
490 private void sendResponse(int resId, int itemId, boolean help) {
491 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] itemId[" + itemId
    [all...]
  /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 142 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null);
180 sendResponse(code, null);
224 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
252 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
262 public void sendResponse(int code, byte[] header) throws IOException {
368 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
477 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
  /prebuilts/go/darwin-x86/src/net/http/
filetransport.go 83 pr.sendResponse()
88 func (pr *populateResponse) sendResponse() {
120 pr.sendResponse()
  /prebuilts/go/linux-x86/src/net/http/
filetransport.go 83 pr.sendResponse()
88 func (pr *populateResponse) sendResponse() {
120 pr.sendResponse()
  /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);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 183 void sendResponse(String msg) {
250 mThread.sendResponse("OK");
257 mThread.sendResponse("NO");
266 mThread.sendResponse("NO");
274 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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleEncryptedServerService.java 364 mGattServer.sendResponse(device, requestId, status, offset, value);
385 mGattServer.sendResponse(device, requestId, status, offset, characteristic.getValue());
407 mGattServer.sendResponse(device, requestId, status, offset, descriptor.getValue());
439 mGattServer.sendResponse(device, requestId, status, offset, value);
BleServerService.java     [all...]
  /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) {
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattServer.java 147 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, value);
167 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 0, null);
168 Log.d(TAG, "onExecuteWrite sendResponse back to GATT Client");
  /packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
SimpleBleServer.java 230 mGattServer.sendResponse(device, requestId,
243 mGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS,
  /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...]
  /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/autotest/client/site_tests/power_LoadTest/extension/
test.js 44 function testListener(request, sender, sendResponse) {
55 sendResponse({"should_scroll": should_scroll,

Completed in 566 milliseconds

1 2 3