Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java1259 Long accountStorage = mAttachmentStorageMap.get(account.mId); in canPrefetchForAccount() local
1260 if (accountStorage == null || (accountStorage > perAccountMaxStorage)) { in canPrefetchForAccount()
1262 accountStorage = 0L; in canPrefetchForAccount()
1266 accountStorage += file.length(); in canPrefetchForAccount()
1270 mAttachmentStorageMap.put(account.mId, accountStorage); in canPrefetchForAccount()
1274 if (accountStorage >= perAccountMaxStorage) { in canPrefetchForAccount()
1276 account.mId, accountStorage, perAccountMaxStorage); in canPrefetchForAccount()