Home
last modified time | relevance | path

Searched refs:mAttachmentId (Results 1 – 4 of 4) 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/Exchange/src/com/android/exchange/eas/
DEasLoadAttachment.java65 private final long mAttachmentId; field in EasLoadAttachment
83 mAttachmentId = attachmentId; in EasLoadAttachment()
151 mAttachment = EmailContent.Attachment.restoreAttachmentWithId(mContext, mAttachmentId); in performOperation()
153 LogUtils.e(LOG_TAG, "Could not load attachment %d", mAttachmentId); in performOperation()
154 doStatusCallback(mCallback, -1, mAttachmentId, EmailServiceStatus.ATTACHMENT_NOT_FOUND, in performOperation()
159 LogUtils.e(LOG_TAG, "Attachment %d lacks a location", mAttachmentId); in performOperation()
160 doStatusCallback(mCallback, -1, mAttachmentId, EmailServiceStatus.ATTACHMENT_NOT_FOUND, in performOperation()
168 doStatusCallback(mCallback, mAttachment.mMessageKey, mAttachmentId, in performOperation()
174 doStatusCallback(mCallback, mAttachment.mMessageKey, mAttachmentId, in performOperation()
184 mAttachmentId); in performOperation()
[all …]
/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()