HomeSort by relevance Sort by last modified time
    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 112 milliseconds