Home | History | Annotate | Download | only in provider

Lines Matching refs:attId

1834                         long attId = Integer.parseInt(id);
1837 mAttachmentService.attachmentChanged(context, attId, flags);
1845 Attachment att = Attachment.restoreAttachmentWithId(context, attId);
4488 final long attId = Long.parseLong(attUri.getLastPathSegment());
4489 final Attachment att = Attachment.restoreAttachmentWithId(context, attId);