Home | History | Annotate | Download | only in browse

Lines Matching refs:Attachment

26 import com.android.mail.providers.Attachment;
32 public static final String ATTACHMENT_KEY = "attachment";
35 private Attachment mAttachment;
39 static AttachmentProgressDialogFragment newInstance(Attachment attachment) {
42 // Supply the attachment as an argument.
44 args.putParcelable(ATTACHMENT_KEY, attachment);
89 // This needs to cancel the attachment
117 public boolean isShowingDialogForAttachment(Attachment attachment) {
119 && Objects.equal(attachment.getIdentifierUri(), mAttachment.getIdentifierUri());