Searched defs:sendResponse (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DServerSession.java142 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 { method in class:ServerSession
368 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
477 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java637 public boolean sendResponse(BluetoothDevice device, int requestId, method in class:BluetoothGattServer
639 if (VDBG) Log.d(TAG, "sendResponse() - device: " + device.getAddress());
643 mService.sendResponse(mServerIf, device.getAddress(), requestId,
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java186 void sendResponse(String msg) { method in class:UsbDebuggingManager.UsbDebuggingThread
253 mThread.sendResponse("OK");
260 mThread.sendResponse("NO");
269 mThread.sendResponse("NO");
277 mThread.sendResponse("NO");
/frameworks/base/tests/net/java/android/net/nsd/
H A DNsdManagerTest.java96 sendResponse(NsdManager.RESOLVE_SERVICE_FAILED, err, key1, null);
101 sendResponse(NsdManager.RESOLVE_SERVICE_SUCCEEDED, 0, key2, reply);
121 sendResponse(NsdManager.RESOLVE_SERVICE_SUCCEEDED, 0, key2, reply);
122 sendResponse(NsdManager.RESOLVE_SERVICE_SUCCEEDED, 0, key1, reply);
147 sendResponse(NsdManager.REGISTER_SERVICE_SUCCEEDED, 0, key2, request2);
151 sendResponse(NsdManager.REGISTER_SERVICE_FAILED, err, key1, request1);
158 sendResponse(NsdManager.REGISTER_SERVICE_SUCCEEDED, 0, key3, request1);
166 sendResponse(NsdManager.UNREGISTER_SERVICE_SUCCEEDED, 0, key3again, null);
174 sendResponse(NsdManager.UNREGISTER_SERVICE_FAILED, err, key2again, null);
183 //sendResponse(NsdManage
345 void sendResponse(int replyType, int arg, int key, Object obj) { method in class:NsdManagerTest
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java362 transaction.sendResponse(response);
392 inviteTransaction.sendResponse(response);
414 inviteTransaction.sendResponse(response);
447 public void sendResponse(RequestEvent event, int responseCode) method in class:SipHelper
457 getServerTransaction(event).sendResponse(response);
459 throw new SipException("sendResponse()", e);
488 inviteTransaction.sendResponse(response);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1349 sendResponse(Message onComplete, Object result, Throwable e) { method in class:ImsPhone
1382 sendResponse(cf.mOnComplete, null, ar.exception);
1390 sendResponse((Message) ar.userObj, cfInfos, ar.exception);
1403 sendResponse((Message) ar.userObj, ssInfos, ar.exception);
1412 sendResponse((Message) ar.userObj, clirInfo, ar.exception);
1422 sendResponse((Message) ar.userObj, null, ar.exception);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3464 sendResponse(response, result);
3861 sendResponse(response, newResult);
6084 private void sendResponse(IAccountManagerResponse response, Bundle result) { method in class:AccountManagerService

Completed in 218 milliseconds