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

/frameworks/base/obex/javax/obex/
H A DServerSession.java138 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null);
176 sendResponse(code, null);
219 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
246 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
256 public void sendResponse(int code, byte[] header) throws IOException { method in class:ServerSession
361 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
469 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java462 public boolean sendResponse(BluetoothDevice device, int requestId, method in class:BluetoothGattServer
464 if (DBG) Log.d(TAG, "sendResponse() - device: " + device.getAddress());
468 mService.sendResponse(mServerIf, device.getAddress(), requestId,
/frameworks/base/core/java/android/net/
H A DDnsPinger.java180 sendResponse(msg.arg1, -9999, SOCKET_EXCEPTION);
216 sendResponse(curPing.internalId, curPing.packetId, curPing.result);
221 sendResponse(curPing.internalId, curPing.packetId, TIMEOUT);
279 private void sendResponse(int internalId, int externalId, int responseVal) { method in class:DnsPinger
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDebuggingManager.java133 private void sendResponse(String msg) { method in class:UsbDebuggingManager
200 sendResponse("OK");
205 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);

Completed in 143 milliseconds