Searched refs:attId (Results 1 – 2 of 2) sorted by relevance
192 DownloadRequest(final int attPriority, final long attId) { in DownloadRequest() argument196 mAttachmentId = attId; in DownloadRequest()
2089 long attId = Integer.parseInt(id); in update() local2092 mAttachmentService.attachmentChanged(context, attId, flags); in update()2100 Attachment att = Attachment.restoreAttachmentWithId(context, attId); in update()4940 final long attId = Long.parseLong(attUri.getLastPathSegment()); in uiSaveMessage() local4941 final Attachment att = Attachment.restoreAttachmentWithId(context, attId); in uiSaveMessage()