Searched refs:accountStorage (Results 1 – 1 of 1) sorted by relevance
1259 Long accountStorage = mAttachmentStorageMap.get(account.mId); in canPrefetchForAccount() local1260 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()