Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/
DAttachmentInfo.java78 public final boolean mAllowSave; field in AttachmentInfo
181 mAllowSave = canSave; in AttachmentInfo()
217 return mAllowView || mAllowSave; in isEligibleForDownload()
/packages/apps/Email/src/com/android/email/activity/
DMessageViewFragmentBase.java825 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()