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)) {
212 || (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
493 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
635 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
636 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
642 if (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) {
646 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
655 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
656 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 200 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
209 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
217 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
336 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
340 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
350 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
356 * Sends a reply to the client. If the reply is a OBEX_HTTP_CONTINUE, it
445 if(!mGetOperation && type == ResponseCodes.OBEX_HTTP_CONTINUE &&
519 if (type == ResponseCodes.OBEX_HTTP_CONTINUE) {
ServerSession.java 192 * OBEX_HTTP_CONTINUE reply. It will only reply if further information is
213 op.sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
238 * OBEX_HTTP_CONTINUE reply. It will only reply if further information is
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 426 if (responseCode == ResponseCodes.OBEX_HTTP_CONTINUE
448 if (responseCode != ResponseCodes.OBEX_HTTP_CONTINUE

Completed in 234 milliseconds