HomeSort by relevance Sort by last modified time
    Searched refs:mAttachmentId (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 173 final long mAttachmentId;
196 mAttachmentId = attId;
202 mAttachmentId = attachment.mId;
216 mAttachmentId = orig.mAttachmentId;
231 return (int)mAttachmentId;
241 return req.mAttachmentId == mAttachmentId;
304 final long requestId = request.mAttachmentId;
335 debugTrace("Removing DownloadRequest #%d", request.mAttachmentId);
    [all...]
EmailServiceStub.java 258 private final long mAttachmentId;
265 mAttachmentId = attachmentId;
272 mCallback.loadAttachmentStatus(mMessageId, mAttachmentId,
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java 416 attachmentService.mDownloadsInProgress.put(dr.mAttachmentId, dr);
441 attachmentService.mDownloadsInProgress.put(dr.mAttachmentId, dr);

Completed in 146 milliseconds