OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mliteralkeepinmemorythreshold
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java
55
private final int
mLiteralKeepInMemoryThreshold
;
97
mLiteralKeepInMemoryThreshold
= literalKeepInMemoryThreshold;
444
if (size >
mLiteralKeepInMemoryThreshold
) {
Completed in 749 milliseconds