HomeSort by relevance Sort by last modified time
    Searched refs:mAttachmentStorageMap (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 255 mService.mAttachmentStorageMap.remove(mAccountId);
260 mService.mAttachmentStorageMap.remove(mAccountId);
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 109 /*package*/ final HashMap<Long, Long> mAttachmentStorageMap = new HashMap<Long, Long>();
567 Long currentStorage = mAttachmentStorageMap.get(accountId);
571 mAttachmentStorageMap.put(accountId, currentStorage + attachment.mSize);
    [all...]

Completed in 493 milliseconds