HomeSort by relevance Sort by last modified time
    Searched full:currentstorage (Results 1 - 1 of 1) sorted by null

  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 567 Long currentStorage = mAttachmentStorageMap.get(accountId);
568 if (currentStorage == null) {
569 currentStorage = 0L;
571 mAttachmentStorageMap.put(accountId, currentStorage + attachment.mSize);
    [all...]

Completed in 432 milliseconds