Searched refs:FLAG_HOLDS_MAIL (Results 1 – 5 of 5) sorted by relevance
396 public static final int FLAG_HOLDS_MAIL = 1<<3; field in Mailbox474 flags = Mailbox.FLAG_HOLDS_MAIL | Mailbox.FLAG_ACCEPTS_MOVED_MAIL; in newSystemMailbox()479 flags = Mailbox.FLAG_HOLDS_MAIL; in newSystemMailbox()484 flags = Mailbox.FLAG_HOLDS_MAIL; in newSystemMailbox()
61 parentFlags |= Mailbox.FLAG_HOLDS_MAIL + Mailbox.FLAG_SUPPORTS_SETTINGS; in setFlagsAndChildrensParentKey()
214 mailbox.mFlags = Mailbox.FLAG_HOLDS_MAIL | Mailbox.FLAG_ACCEPTS_MOVED_MAIL; in updateMailbox()
1184 MailboxColumns.FLAGS + "&" + Mailbox.FLAG_HOLDS_MAIL + ")!=0 and " + in onUpgrade()1885 MailboxColumns.FLAGS + "&" + Mailbox.FLAG_HOLDS_MAIL + ")!=0 and " + in upgradeToEmail2()
5910 m.mFlags = Mailbox.FLAG_HOLDS_MAIL; in getSearchMailbox()