OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBEX_HTTP_REQ_TOO_LARGE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/obex/javax/obex/
ResponseCodes.java
254
* The value of <code>
OBEX_HTTP_REQ_TOO_LARGE
</code> is 0xCE (206).
256
public static final int
OBEX_HTTP_REQ_TOO_LARGE
= 0xCE;
ServerSession.java
167
code = ResponseCodes.
OBEX_HTTP_REQ_TOO_LARGE
;
304
code = ResponseCodes.
OBEX_HTTP_REQ_TOO_LARGE
;
425
code = ResponseCodes.
OBEX_HTTP_REQ_TOO_LARGE
;
547
code = ResponseCodes.
OBEX_HTTP_REQ_TOO_LARGE
;
ServerOperation.java
160
mParent.sendResponse(ResponseCodes.
OBEX_HTTP_REQ_TOO_LARGE
, null);
435
mParent.sendResponse(ResponseCodes.
OBEX_HTTP_REQ_TOO_LARGE
, null);
Completed in 18 milliseconds