/frameworks/base/tests/net/java/android/net/nsd/ |
D | NsdManagerTest.java | 96 sendResponse(NsdManager.RESOLVE_SERVICE_FAILED, err, key1, null); in testResolveService() 101 sendResponse(NsdManager.RESOLVE_SERVICE_SUCCEEDED, 0, key2, reply); in testResolveService() 121 sendResponse(NsdManager.RESOLVE_SERVICE_SUCCEEDED, 0, key2, reply); in testParallelResolveService() 122 sendResponse(NsdManager.RESOLVE_SERVICE_SUCCEEDED, 0, key1, reply); in testParallelResolveService() 147 sendResponse(NsdManager.REGISTER_SERVICE_SUCCEEDED, 0, key2, request2); in testRegisterService() 151 sendResponse(NsdManager.REGISTER_SERVICE_FAILED, err, key1, request1); in testRegisterService() 158 sendResponse(NsdManager.REGISTER_SERVICE_SUCCEEDED, 0, key3, request1); in testRegisterService() 166 sendResponse(NsdManager.UNREGISTER_SERVICE_SUCCEEDED, 0, key3again, null); in testRegisterService() 174 sendResponse(NsdManager.UNREGISTER_SERVICE_FAILED, err, key2again, null); in testRegisterService() 202 sendResponse(NsdManager.DISCOVER_SERVICES_FAILED, err, key1, null); in testDiscoverService() [all …]
|
/frameworks/base/obex/javax/obex/ |
D | ServerOperation.java | 186 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in ServerOperation() 254 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null); in handleObexPacket() 428 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in sendReply() 434 mParent.sendResponse(type, sendHeader); in sendReply() 526 mParent.sendResponse(type, out.toByteArray()); in sendReply() 553 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null); in sendReply() 570 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null); in sendReply() 631 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null); in handleRemoteAbort()
|
D | ServerSession.java | 142 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null); in run() 180 sendResponse(code, null); in handleAbortRequest() 224 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handlePutRequest() 252 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleGetRequest() 262 public void sendResponse(int code, byte[] header) throws IOException { in sendResponse() method in ServerSession 368 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleSetPathRequest() 477 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleDisconnectRequest()
|
/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/base/services/core/java/com/android/server/adb/ |
D | AdbDebuggingManager.java | 257 void sendResponse(String msg) { in sendResponse() method in AdbDebuggingManager.AdbDebuggingThread 367 mThread.sendResponse("OK"); in handleMessage() 383 mThread.sendResponse("NO"); in handleMessage() 394 mThread.sendResponse("NO"); in handleMessage() 402 mThread.sendResponse("NO"); in handleMessage()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattServer.java | 637 public boolean sendResponse(BluetoothDevice device, int requestId, in sendResponse() method in BluetoothGattServer 643 mService.sendResponse(mServerIf, device.getAddress(), requestId, in sendResponse()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 1433 sendResponse(Message onComplete, Object result, Throwable e) { in sendResponse() method in ImsPhone 1471 sendResponse(cf.mOnComplete, null, ar.exception); in handleMessage() 1479 sendResponse((Message) ar.userObj, cfInfos, ar.exception); in handleMessage() 1492 sendResponse((Message) ar.userObj, ssInfos, ar.exception); in handleMessage() 1501 sendResponse((Message) ar.userObj, clirInfo, ar.exception); in handleMessage() 1511 sendResponse((Message) ar.userObj, null, ar.exception); in handleMessage()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/adb/ |
D | AdbDebuggingManagerTest.java | 805 public void sendResponse(String msg) { in sendResponse() method in AdbDebuggingManagerTest.AdbDebuggingThreadTest
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3463 sendResponse(response, result); in onResult() 3860 sendResponse(response, newResult); in isCredentialsUpdateSuggested() 6086 private void sendResponse(IAccountManagerResponse response, Bundle result) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 2454 PLcom/android/server/adb/AdbDebuggingManager$AdbDebuggingThread;->sendResponse(Ljava/lang/String;)V
|