/frameworks/base/obex/javax/obex/ |
D | ServerOperation.java | 186 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()
|
D | ServerSession.java | 143 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/ |
D | UsbDebuggingManager.java | 185 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/ |
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 | 1143 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/ |
D | IBluetoothGatt.aidl | 84 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse() method
|
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()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 2809 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/ |
D | android-22.txt | 6373 method public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);
|
/frameworks/base/api/ |
D | current.txt | 7241 method public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);
|
D | system-current.txt | 7533 method public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);
|
D | test-current.txt | 7247 method public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);
|