Home
last modified time | relevance | path

Searched refs:sendResponse (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/obex/javax/obex/
DServerOperation.java186 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in ServerOperation()
244 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null); in handleObexPacket()
418 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in sendReply()
424 mParent.sendResponse(type, sendHeader); in sendReply()
516 mParent.sendResponse(type, out.toByteArray()); in sendReply()
543 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null); in sendReply()
560 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in sendReply()
621 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null); in handleRemoteAbort()
DServerSession.java143 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null); in run()
181 sendResponse(code, null); in handleAbortRequest()
225 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handlePutRequest()
253 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleGetRequest()
263 public void sendResponse(int code, byte[] header) throws IOException { in sendResponse() method in ServerSession
369 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleSetPathRequest()
478 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleDisconnectRequest()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDebuggingManager.java185 void sendResponse(String msg) { in sendResponse() method in UsbDebuggingManager.UsbDebuggingThread
252 mThread.sendResponse("OK"); in handleMessage()
259 mThread.sendResponse("NO"); in handleMessage()
268 mThread.sendResponse("NO"); in handleMessage()
276 mThread.sendResponse("NO"); in handleMessage()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipHelper.java362 transaction.sendResponse(response); in sendRinging()
392 inviteTransaction.sendResponse(response); in sendInviteOk()
414 inviteTransaction.sendResponse(response); in sendInviteBusyHere()
447 public void sendResponse(RequestEvent event, int responseCode) in sendResponse() method in SipHelper
457 getServerTransaction(event).sendResponse(response); in sendResponse()
488 inviteTransaction.sendResponse(response); in sendInviteRequestTerminated()
DSipSessionGroup.java493 mSipHelper.sendResponse(event, response); in processNewInviteRequest()
515 mSipHelper.sendResponse((RequestEvent) evt, Response.OK); in process()
822 mSipHelper.sendResponse((RequestEvent) evt, Response.OK); in processExceptions()
826 mSipHelper.sendResponse((RequestEvent) evt, in processExceptions()
840 mSipHelper.sendResponse((RequestEvent) evt, Response.OK); in processExceptions()
1121 mSipHelper.sendResponse(event, Response.OK);
1271 mSipHelper.sendResponse(event, Response.BAD_REQUEST);
1275 mSipHelper.sendResponse(event, Response.ACCEPTED);
1312 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1143 sendResponse(Message onComplete, Object result, Throwable e) { in sendResponse() method in ImsPhone
1176 sendResponse(cf.mOnComplete, null, ar.exception); in handleMessage()
1184 sendResponse((Message) ar.userObj, cfInfos, ar.exception); in handleMessage()
1197 sendResponse((Message) ar.userObj, ssInfos, ar.exception); in handleMessage()
1206 sendResponse((Message) ar.userObj, clirInfo, ar.exception); in handleMessage()
1216 sendResponse((Message) ar.userObj, null, ar.exception); in handleMessage()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl84 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse() method
DBluetoothGattServer.java492 public boolean sendResponse(BluetoothDevice device, int requestId, in sendResponse() method in BluetoothGattServer
498 mService.sendResponse(mServerIf, device.getAddress(), requestId, in sendResponse()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2809 sendResponse(response, result); in onResult()
3213 sendResponse(response, newResult); in isCredentialsUpdateSuggested()
5550 private void sendResponse(IAccountManagerResponse response, Bundle result) { in sendResponse() method in AccountManagerService
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6373 method public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);
/frameworks/base/api/
Dcurrent.txt7241 method public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);
Dsystem-current.txt7533 method public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);
Dtest-current.txt7247 method public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);