Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java1056 Integer downloadCount; in endDownload() local
1057 downloadCount = mAttachmentFailureMap.remove(attachmentId); in endDownload()
1059 if (downloadCount == null) { in endDownload()
1060 downloadCount = 0; in endDownload()
1062 downloadCount += 1; in endDownload()
1064 mAttachmentFailureMap.put(attachmentId, downloadCount); in endDownload()