HomeSort by relevance Sort by last modified time
    Searched refs:mLiteralKeepInMemoryThreshold (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapResponseParser.java 38 private final int mLiteralKeepInMemoryThreshold;
72 mLiteralKeepInMemoryThreshold = literalKeepInMemoryThreshold;
418 if (size > mLiteralKeepInMemoryThreshold) {
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java 55 private final int mLiteralKeepInMemoryThreshold;
97 mLiteralKeepInMemoryThreshold = literalKeepInMemoryThreshold;
447 if (size > mLiteralKeepInMemoryThreshold) {

Completed in 2283 milliseconds