Searched refs:OBEX_HTTP_CONTINUE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DClientOperation.java136 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...]
H A DResponseCodes.java58 * The value of <code>OBEX_HTTP_CONTINUE</code> is 0x90 (144).
60 public static final int OBEX_HTTP_CONTINUE = 0x90; field in class:ResponseCodes
H A DServerOperation.java212 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) {
H A DServerSession.java187 * 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

Completed in 211 milliseconds