Searched refs:mAttachmentStorageMap (Results 1 – 1 of 1) sorted by relevance
136 final ConcurrentHashMap<Long, Long> mAttachmentStorageMap = new ConcurrentHashMap<Long, Long>(); field in AttachmentService1126 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()