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

  /packages/apps/Email/tests/src/com/android/email/activity/
AccountSelectorAdapterTest.java 133 c.setAccountMailboxInfo(context, Account.ACCOUNT_ID_COMBINED_VIEW, Mailbox.NO_MAILBOX);
136 assertEquals(Account.ACCOUNT_ID_COMBINED_VIEW, c.getAccountId());
145 c.setAccountMailboxInfo(context, Account.ACCOUNT_ID_COMBINED_VIEW,
149 assertEquals(Account.ACCOUNT_ID_COMBINED_VIEW, c.getAccountId());
MessagesAdapterTests.java 144 Account.ACCOUNT_ID_COMBINED_VIEW, Mailbox.QUERY_ALL_INBOXES);
MailboxFragmentAdapterTest.java 122 Assert.assertEquals(Account.ACCOUNT_ID_COMBINED_VIEW,
  /packages/apps/Email/src/com/android/email/provider/
WidgetProvider.java 123 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
EmailProvider.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 54 public static final long ACCOUNT_ID_COMBINED_VIEW = 0x1000000000000000L;
232 * (such as {@link #ACCOUNT_ID_COMBINED_VIEW})
235 return (accountId > 0L) && (accountId != ACCOUNT_ID_COMBINED_VIEW);
    [all...]
EmailContent.java     [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 199 registerMessageNotification(Account.ACCOUNT_ID_COMBINED_VIEW);
264 * {@link Account#ACCOUNT_ID_COMBINED_VIEW} to register observers for all
269 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
300 * have observers, specify an ID of {@link Account#ACCOUNT_ID_COMBINED_VIEW}.
304 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
    [all...]

Completed in 284 milliseconds