OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 928 milliseconds