Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java136 final ConcurrentHashMap<Long, Long> mAttachmentStorageMap = new ConcurrentHashMap<Long, Long>(); field in AttachmentService
1126 Long currentStorage = mAttachmentStorageMap.get(accountId); in endDownload()
1130 mAttachmentStorageMap.put(accountId, currentStorage + attachment.mSize); in endDownload()
1259 Long accountStorage = mAttachmentStorageMap.get(account.mId); in canPrefetchForAccount()
1270 mAttachmentStorageMap.put(account.mId, accountStorage); in canPrefetchForAccount()