Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java173 final long mAttachmentId; field in AttachmentService.DownloadRequest
196 mAttachmentId = attId; in DownloadRequest()
202 mAttachmentId = attachment.mId; in DownloadRequest()
216 mAttachmentId = orig.mAttachmentId; in DownloadRequest()
231 return (int)mAttachmentId; in hashCode()
241 return req.mAttachmentId == mAttachmentId; in equals()
304 final long requestId = request.mAttachmentId; in addRequest()
335 debugTrace("Removing DownloadRequest #%d", request.mAttachmentId); in removeRequest()
341 mRequestMap.remove(request.mAttachmentId); in removeRequest()
357 final long requestId = returnRequest.mAttachmentId; in getNextRequest()
[all …]
DEmailServiceStub.java258 private final long mAttachmentId; field in EmailServiceStub.MessageRetrievalListenerBridge
265 mAttachmentId = attachmentId; in MessageRetrievalListenerBridge()
272 mCallback.loadAttachmentStatus(mMessageId, mAttachmentId, in loadAttachmentProgress()
/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java416 attachmentService.mDownloadsInProgress.put(dr.mAttachmentId, dr); in testAttachmentWatchdogAlarm()
441 attachmentService.mDownloadsInProgress.put(dr.mAttachmentId, dr); in testAttachmentWatchdogAlarmNeedsCancel()