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 156 if ((mOperationDone) && (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE)) {
161 if ((!mOperationDone) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
192 || (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
466 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
568 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
569 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
573 if (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) {
576 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
592 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
593 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 214 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
223 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
231 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
256 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
260 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
270 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
276 * Sends a reply to the client. If the reply is a OBEX_HTTP_CONTINUE, it
401 if (type == ResponseCodes.OBEX_HTTP_CONTINUE) {
ServerSession.java 187 * OBEX_HTTP_CONTINUE reply. It will only reply if further information is
208 op.sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
232 * OBEX_HTTP_CONTINUE reply. It will only reply if further information is
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 434 if (responseCode == ResponseCodes.OBEX_HTTP_CONTINUE
457 if (responseCode != ResponseCodes.OBEX_HTTP_CONTINUE

Completed in 2554 milliseconds