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

/frameworks/base/obex/javax/obex/
H A DServerSession.java143 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null);
181 sendResponse(code, null);
225 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
253 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
263 public void sendResponse(int code, byte[] header) throws IOException { method in class:ServerSession
369 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
478 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java492 public boolean sendResponse(BluetoothDevice device, int requestId, method in class:BluetoothGattServer
494 if (VDBG) Log.d(TAG, "sendResponse() - device: " + device.getAddress());
498 mService.sendResponse(mServerIf, device.getAddress(), requestId,
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java185 void sendResponse(String msg) { method in class:UsbDebuggingManager.UsbDebuggingThread
252 mThread.sendResponse("OK");
259 mThread.sendResponse("NO");
268 mThread.sendResponse("NO");
276 mThread.sendResponse("NO");
/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.java1143 sendResponse(Message onComplete, Object result, Throwable e) { method in class:ImsPhone
1176 sendResponse(cf.mOnComplete, null, ar.exception);
1184 sendResponse((Message) ar.userObj, cfInfos, ar.exception);
1197 sendResponse((Message) ar.userObj, ssInfos, ar.exception);
1206 sendResponse((Message) ar.userObj, clirInfo, ar.exception);
1216 sendResponse((Message) ar.userObj, null, ar.exception);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2809 sendResponse(response, result);
3213 sendResponse(response, newResult);
5550 private void sendResponse(IAccountManagerResponse response, Bundle result) { method in class:AccountManagerService

Completed in 229 milliseconds