Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java1126 Long currentStorage = mAttachmentStorageMap.get(accountId); in endDownload() local
1127 if (currentStorage == null) { in endDownload()
1128 currentStorage = 0L; in endDownload()
1130 mAttachmentStorageMap.put(accountId, currentStorage + attachment.mSize); in endDownload()