Searched refs:mAllowSave (Results 1 – 2 of 2) sorted by relevance
78 public final boolean mAllowSave; field in AttachmentInfo181 mAllowSave = canSave; in AttachmentInfo()217 return mAllowView || mAllowSave; in isEligibleForDownload()
825 if (!info.mAllowSave || !Utility.isExternalStorageMounted()) { in onOpenAttachment()1400 if (!attachmentInfo.mAllowSave) { in updateAttachmentButtons()1404 if (!attachmentInfo.mAllowView && !attachmentInfo.mAllowSave) { in updateAttachmentButtons()1418 if (attachmentInfo.mAllowSave) { in updateAttachmentButtons()