HomeSort by relevance Sort by last modified time
    Searched refs:mAllowSave (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/
AttachmentInfo.java 78 public final boolean mAllowSave;
181 mAllowSave = canSave;
217 return mAllowView || mAllowSave;
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 825 if (!info.mAllowSave || !Utility.isExternalStorageMounted()) {
    [all...]

Completed in 623 milliseconds