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

/frameworks/base/obex/javax/obex/
H A DServerOperation.java160 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null);
190 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null);
322 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
328 mParent.sendResponse(type, sendHeader);
388 mParent.sendResponse(type, out.toByteArray());
414 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null);
420 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null);
437 mParent.sendResponse(ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE, null);
466 mParent.sendResponse(ResponseCodes.OBEX_HTTP_UNAUTHORIZED, null);
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
357 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
465 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null);
/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/voip/java/com/android/server/sip/
H A DSipHelper.java364 transaction.sendResponse(response);
394 inviteTransaction.sendResponse(response);
416 inviteTransaction.sendResponse(response);
449 public void sendResponse(RequestEvent event, int responseCode) method in class:SipHelper
459 getServerTransaction(event).sendResponse(response);
461 throw new SipException("sendResponse()", e);
490 inviteTransaction.sendResponse(response);
H A DSipSessionGroup.java482 mSipHelper.sendResponse(event, response);
503 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
787 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
791 mSipHelper.sendResponse((RequestEvent) evt,
805 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);
1082 mSipHelper.sendResponse(event, Response.OK);
1234 mSipHelper.sendResponse(event, Response.BAD_REQUEST);
1238 mSipHelper.sendResponse(event, Response.ACCEPTED);
1275 mSipHelper.sendResponse((RequestEvent) evt, Response.OK);

Completed in 311 milliseconds