/frameworks/base/obex/javax/obex/ |
D | ServerOperation.java | 162 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in ServerOperation() 192 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null); in ServerOperation() 324 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in sendReply() 330 mParent.sendResponse(type, sendHeader); in sendReply() 399 mParent.sendResponse(type, out.toByteArray()); in sendReply() 425 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null); in sendReply() 431 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null); in sendReply() 448 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in sendReply() 477 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null); in sendReply()
|
D | ServerSession.java | 138 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null); in run() 176 sendResponse(code, null); in handleAbortRequest() 219 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handlePutRequest() 246 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleGetRequest() 256 public void sendResponse(int code, byte[] header) throws IOException { in sendResponse() method in ServerSession 361 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleSetPathRequest() 469 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleDisconnectRequest()
|
/frameworks/base/core/java/android/net/ |
D | DnsPinger.java | 180 sendResponse(msg.arg1, -9999, SOCKET_EXCEPTION); in handleMessage() 216 sendResponse(curPing.internalId, curPing.packetId, curPing.result); in handleMessage() 221 sendResponse(curPing.internalId, curPing.packetId, TIMEOUT); in handleMessage() 279 private void sendResponse(int internalId, int externalId, int responseVal) { in sendResponse() method in DnsPinger
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDebuggingManager.java | 133 private void sendResponse(String msg) { in sendResponse() method in UsbDebuggingManager 200 sendResponse("OK"); in handleMessage() 205 sendResponse("NO"); in handleMessage() 212 sendResponse("NO"); in handleMessage()
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipHelper.java | 362 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()
|
D | SipSessionGroup.java | 493 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/ |
D | ImsPhone.java | 1039 sendResponse(Message onComplete, Object result, Throwable e) { in sendResponse() method in ImsPhone 1071 sendResponse(cf.mOnComplete, null, ar.exception); in handleMessage() 1079 sendResponse((Message) ar.userObj, cfInfos, ar.exception); in handleMessage() 1092 sendResponse((Message) ar.userObj, ssInfos, ar.exception); in handleMessage() 1097 sendResponse((Message) ar.userObj, null, ar.exception); in handleMessage()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattServer.java | 492 public boolean sendResponse(BluetoothDevice device, int requestId, in sendResponse() method in BluetoothGattServer 498 mService.sendResponse(mServerIf, device.getAddress(), requestId, in sendResponse()
|
D | IBluetoothGatt.aidl | 98 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse() method
|
/frameworks/base/api/ |
D | system-current.txt | 6589 method public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);
|
D | current.txt | 6375 method public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);
|