OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_CONTENT_SIZE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Protocol.java
36
public static final int
MAX_CONTENT_SIZE
= MAX_ENVELOPE_SIZE - HEADER_SIZE;
Transport.java
130
if (contentRemaining > Protocol.
MAX_CONTENT_SIZE
) {
132
+ contentRemaining + " > " + Protocol.
MAX_CONTENT_SIZE
);
318
if (contentSize < 0 || contentSize > Protocol.
MAX_CONTENT_SIZE
) {
340
if (contentSize < 0 || contentSize > Protocol.
MAX_CONTENT_SIZE
) {
Completed in 497 milliseconds