Home
last modified time | relevance | path

Searched refs:MAX_MESSAGES_TO_FETCH (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java81 private static final int MAX_MESSAGES_TO_FETCH = 500; field in ImapService
631 if (remoteMessages.length > MAX_MESSAGES_TO_FETCH) { in synchronizeMailboxGeneric()
633 for (int start = 0; start < remoteMessageList.size(); start += MAX_MESSAGES_TO_FETCH) { in synchronizeMailboxGeneric()
634 int end = start + MAX_MESSAGES_TO_FETCH; in synchronizeMailboxGeneric()