Searched refs:FLAG_HOLDS_MAIL (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMailbox.java396 public static final int FLAG_HOLDS_MAIL = 1<<3; field in class:Mailbox
474 flags = Mailbox.FLAG_HOLDS_MAIL | Mailbox.FLAG_ACCEPTS_MOVED_MAIL;
479 flags = Mailbox.FLAG_HOLDS_MAIL;
484 flags = Mailbox.FLAG_HOLDS_MAIL;
H A DMailboxUtilities.java61 parentFlags |= Mailbox.FLAG_HOLDS_MAIL + Mailbox.FLAG_SUPPORTS_SETTINGS;
/packages/apps/Email/provider_src/com/android/email/mail/
H A DStore.java214 mailbox.mFlags = Mailbox.FLAG_HOLDS_MAIL | Mailbox.FLAG_ACCEPTS_MOVED_MAIL;
/packages/apps/Email/provider_src/com/android/email/provider/
H A DDBHelper.java1184 MailboxColumns.FLAGS + "&" + Mailbox.FLAG_HOLDS_MAIL + ")!=0 and " +
1885 MailboxColumns.FLAGS + "&" + Mailbox.FLAG_HOLDS_MAIL + ")!=0 and " +
H A DEmailProvider.java5910 m.mFlags = Mailbox.FLAG_HOLDS_MAIL;

Completed in 130 milliseconds