OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBEX_HTTP_CONTINUE
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/obex/javax/obex/
ClientOperation.java
143
if ((mOperationDone) && (mReplyHeader.responseCode != ResponseCodes.
OBEX_HTTP_CONTINUE
)) {
148
if ((!mOperationDone) && (mReplyHeader.responseCode == ResponseCodes.
OBEX_HTTP_CONTINUE
)) {
179
|| (mReplyHeader.responseCode == ResponseCodes.
OBEX_HTTP_CONTINUE
)) {
453
if (mReplyHeader.responseCode != ResponseCodes.
OBEX_HTTP_CONTINUE
) {
554
mReplyHeader.responseCode = ResponseCodes.
OBEX_HTTP_CONTINUE
;
555
while ((more) && (mReplyHeader.responseCode == ResponseCodes.
OBEX_HTTP_CONTINUE
)) {
559
if (mReplyHeader.responseCode == ResponseCodes.
OBEX_HTTP_CONTINUE
) {
562
if (mReplyHeader.responseCode != ResponseCodes.
OBEX_HTTP_CONTINUE
) {
569
mReplyHeader.responseCode = ResponseCodes.
OBEX_HTTP_CONTINUE
;
570
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 29 milliseconds