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

  /packages/apps/Email/src/com/android/email/widget/
EmailWidgetLoader.java 153 if (mMailboxId == Mailbox.QUERY_ALL_INBOXES) {
170 * {@link Mailbox#QUERY_ALL_INBOXES} or {@link Mailbox#QUERY_ALL_UNREAD}. If it's
184 if (mMailboxId == Mailbox.QUERY_ALL_INBOXES) {
199 if (mMailboxId == Mailbox.QUERY_ALL_INBOXES) {
EmailWidget.java 166 mailboxId = Mailbox.QUERY_ALL_INBOXES;
  /packages/apps/Email/src/com/android/email/
FolderProperties.java 81 if (mailboxId == Mailbox.QUERY_ALL_INBOXES) {
187 if ((mailboxId == Mailbox.QUERY_ALL_INBOXES)
207 if (mailboxId == Mailbox.QUERY_ALL_INBOXES) {
MessageListContext.java 87 ? Mailbox.QUERY_ALL_INBOXES
  /packages/apps/Email/tests/src/com/android/email/activity/
AccountSelectorAdapterTest.java 146 Mailbox.QUERY_ALL_INBOXES);
152 assertEquals(Mailbox.QUERY_ALL_INBOXES, c.getMailboxId());
MessagesAdapterTests.java 144 Account.ACCOUNT_ID_COMBINED_VIEW, Mailbox.QUERY_ALL_INBOXES);
MailboxFragmentAdapterTest.java 90 checkSpecialMailboxRow(cursor, Mailbox.QUERY_ALL_INBOXES, Mailbox.TYPE_INBOX, 2);
  /packages/apps/Email/src/com/android/email/activity/
ShortcutPickerFragment.java 271 Integer.MAX_VALUE + Mailbox.QUERY_ALL_INBOXES,
272 Mailbox.QUERY_ALL_INBOXES,
MailboxFragmentAdapter.java 645 addCombinedMailboxRow(c, cursor, Mailbox.QUERY_ALL_INBOXES, Mailbox.TYPE_INBOX, true);
UIControllerBase.java 546 openMailbox(accountId, Mailbox.QUERY_ALL_INBOXES);
    [all...]
MessageListFragment.java 177 * This will never take values like {@link Mailbox#QUERY_ALL_INBOXES}.
179 * This can be that of a magic mailbox, e.g. {@link Mailbox#QUERY_ALL_INBOXES}.
318 return listContext.getMailboxId() == Mailbox.QUERY_ALL_INBOXES;
784 * {@link Mailbox#QUERY_ALL_INBOXES})
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
FolderPropertiesTests.java 88 fp.getDisplayName(0, Mailbox.QUERY_ALL_INBOXES, "ignored"));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 224 public static final long QUERY_ALL_INBOXES = -2;
470 * {@link #QUERY_ALL_INBOXES}. (They're all non-refreshable.)
EmailContent.java     [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 187 assertFalse(Mailbox.isRefreshable(c, Mailbox.QUERY_ALL_INBOXES));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java     [all...]

Completed in 447 milliseconds