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 136 if ((mOperationDone) && (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE)) {
141 if ((!mOperationDone) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
172 || (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
446 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
547 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
548 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
552 if (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) {
555 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
562 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
563 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 212 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
221 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
229 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
254 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
258 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
268 sendReply(ResponseCodes.OBEX_HTTP_CONTINUE);
274 * Sends a reply to the client. If the reply is a OBEX_HTTP_CONTINUE, it
390 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 569 milliseconds