HomeSort by relevance Sort by last modified time
    Searched refs:OBEX_HTTP_CONTINUE (Results 1 - 5 of 5) sorted by null

  /frameworks/base/obex/javax/obex/
ClientOperation.java 176 if ((mOperationDone) && (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE)) {
181 if ((!mOperationDone) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
211 || (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
493 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
636 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
638 ResponseCodes.OBEX_HTTP_CONTINUE)) {
644 if (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) {
648 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
666 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
667 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
    [all...]
ResponseCodes.java 58 * The value of <code>OBEX_HTTP_CONTINUE</code> is 0x90 (144).
60 public static final int OBEX_HTTP_CONTINUE = 0x90;
ServerOperation.java 205 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
219 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
227 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
346 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
350 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
360 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
366 * Sends a reply to the client. If the reply is a OBEX_HTTP_CONTINUE, it
455 if(!mGetOperation && type == ResponseCodes.OBEX_HTTP_CONTINUE &&
529 if (type == ResponseCodes.OBEX_HTTP_CONTINUE) {
    [all...]
ServerSession.java 191 * OBEX_HTTP_CONTINUE reply. It will only reply if further information is
212 op.sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
237 * OBEX_HTTP_CONTINUE reply. It will only reply if further information is
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 491 if (responseCode == ResponseCodes.OBEX_HTTP_CONTINUE
520 if (responseCode != ResponseCodes.OBEX_HTTP_CONTINUE

Completed in 264 milliseconds