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

  /packages/apps/Email/src/com/android/email/
AttachmentInfo.java 61 public static final int DENY_NOSIDELOAD = 0x08;
155 denyFlags |= DENY_NOSIDELOAD;
  /packages/apps/Email/src/com/android/email/activity/
AttachmentInfoDialog.java 62 } else if ((denyFlags & AttachmentInfo.DENY_NOSIDELOAD) != 0) {

Completed in 782 milliseconds