OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAttachmentStorageMap
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java
252
mService.
mAttachmentStorageMap
.remove(mAccountId);
257
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>();
564
Long currentStorage =
mAttachmentStorageMap
.get(accountId);
568
mAttachmentStorageMap
.put(accountId, currentStorage + attachment.mSize);
[
all
...]
Completed in 55 milliseconds