Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java1253 final long perAccountMaxStorage = in canPrefetchForAccount() local
1260 if (accountStorage == null || (accountStorage > perAccountMaxStorage)) { in canPrefetchForAccount()
1274 if (accountStorage >= perAccountMaxStorage) { in canPrefetchForAccount()
1276 account.mId, accountStorage, perAccountMaxStorage); in canPrefetchForAccount()