Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java192 DownloadRequest(final int attPriority, final long attId) { in DownloadRequest() argument
196 mAttachmentId = attId; in DownloadRequest()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java2088 long attId = Integer.parseInt(id); in update() local
2091 mAttachmentService.attachmentChanged(context, attId, flags); in update()
2099 Attachment att = Attachment.restoreAttachmentWithId(context, attId); in update()
4939 final long attId = Long.parseLong(attUri.getLastPathSegment()); in uiSaveMessage() local
4940 final Attachment att = Attachment.restoreAttachmentWithId(context, attId); in uiSaveMessage()