HomeSort by relevance Sort by last modified time
    Searched refs:ACCOUNT_ID_COMBINED_VIEW (Results 1 - 18 of 18) 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/widget/
EmailWidgetLoader.java 131 if (mAccountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
168 * @param accountId The ID of the account. May be {@link Account#ACCOUNT_ID_COMBINED_VIEW}.
183 if (mAccountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
EmailWidget.java 115 /** The account ID of this widget. May be {@link Account#ACCOUNT_ID_COMBINED_VIEW}. */
165 accountId = Account.ACCOUNT_ID_COMBINED_VIEW;
320 if (mAccountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
457 if (mAccountId != Account.ACCOUNT_ID_COMBINED_VIEW) {
  /packages/apps/Email/src/com/android/email/activity/
AccountSelectorAdapter.java 176 ((CursorWithExtras) c).getAccountId() == Account.ACCOUNT_ID_COMBINED_VIEW;
364 addRow(matrixCursor, ROW_TYPE_ACCOUNT, Account.ACCOUNT_ID_COMBINED_VIEW,
367 Account.ACCOUNT_ID_COMBINED_VIEW);
385 if (mAccountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
520 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
521 // We need to treat ACCOUNT_ID_COMBINED_VIEW specially...
545 // Unfortunately this can happen even when account != ACCOUNT_ID_COMBINED_VIEW,
ShortcutPickerFragment.java 145 account.mId = Account.ACCOUNT_ID_COMBINED_VIEW;
155 row.add(Account.ACCOUNT_ID_COMBINED_VIEW);
261 if (mAccountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
ShortcutPicker.java 144 if (account.mId == Account.ACCOUNT_ID_COMBINED_VIEW) {
MailboxListFragment.java 67 * - Either an actual account ID, or {@link Account#ACCOUNT_ID_COMBINED_VIEW}.
121 * - Used if the account ID == {@link Account#ACCOUNT_ID_COMBINED_VIEW}.
128 * - Used if the account ID != {@link Account#ACCOUNT_ID_COMBINED_VIEW} and
134 * - Used if the account ID != {@link Account#ACCOUNT_ID_COMBINED_VIEW} and
235 * Or {@link Account#ACCOUNT_ID_COMBINED_VIEW} if it's a combined mailbox.
395 if (getAccountId() == Account.ACCOUNT_ID_COMBINED_VIEW) {
764 if (getAccountId() == Account.ACCOUNT_ID_COMBINED_VIEW) {
783 if (getAccountId() != Account.ACCOUNT_ID_COMBINED_VIEW) {
    [all...]
MailboxFragmentAdapter.java 270 * combined mailbox, {@link Account#ACCOUNT_ID_COMBINED_VIEW} is returned. If the given
456 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
503 Account.ACCOUNT_ID_COMBINED_VIEW);
UIControllerBase.java 494 * @return the currently selected account ID, *or* {@link Account#ACCOUNT_ID_COMBINED_VIEW}.
508 * @return if an actual account is selected. (i.e. {@link Account#ACCOUNT_ID_COMBINED_VIEW}
512 return isAccountSelected() && (getUIAccountId() != Account.ACCOUNT_ID_COMBINED_VIEW);
528 * @param accountId ID of the account to load. Can be {@link Account#ACCOUNT_ID_COMBINED_VIEW}.
545 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
    [all...]
Welcome.java 312 if (inputAccountId == Account.ACCOUNT_ID_COMBINED_VIEW
MessageListFragment.java 262 * NOTE it may return {@link Account#ACCOUNT_ID_COMBINED_VIEW}.
281 return getAccountId() == Account.ACCOUNT_ID_COMBINED_VIEW;
317 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
    [all...]
  /packages/apps/Email/src/com/android/email/
MessageListContext.java 86 mailboxId = (accountId == Account.ACCOUNT_ID_COMBINED_VIEW)
NotificationController.java 100 * account notifications are suspended. If {@link Account#ACCOUNT_ID_COMBINED_VIEW},
251 unregisterMessageNotification(Account.ACCOUNT_ID_COMBINED_VIEW);
264 registerMessageNotification(Account.ACCOUNT_ID_COMBINED_VIEW);
284 * {@link Account#ACCOUNT_ID_COMBINED_VIEW}, notifications for all accounts are
294 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
326 * {@link Account#ACCOUNT_ID_COMBINED_VIEW} to register observers for all
331 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
370 * have observers, specify an ID of {@link Account#ACCOUNT_ID_COMBINED_VIEW}.
374 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 61 public static final long ACCOUNT_ID_COMBINED_VIEW = 0x1000000000000000L;
233 * (such as {@link #ACCOUNT_ID_COMBINED_VIEW})
236 return (accountId > 0L) && (accountId != ACCOUNT_ID_COMBINED_VIEW);
    [all...]
EmailContent.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java     [all...]

Completed in 298 milliseconds