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

  /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;
234 * (such as {@link #ACCOUNT_ID_COMBINED_VIEW})
237 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 66 milliseconds