Searched refs:currentStorage (Results 1 – 1 of 1) sorted by relevance
1126 Long currentStorage = mAttachmentStorageMap.get(accountId); in endDownload() local1127 if (currentStorage == null) { in endDownload()1128 currentStorage = 0L; in endDownload()1130 mAttachmentStorageMap.put(accountId, currentStorage + attachment.mSize); in endDownload()