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/src/com/android/email/
NotificationController.java 196 registerMessageNotification(Account.ACCOUNT_ID_COMBINED_VIEW);
261 * {@link Account#ACCOUNT_ID_COMBINED_VIEW} to register observers for all
266 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
297 * have observers, specify an ID of {@link Account#ACCOUNT_ID_COMBINED_VIEW}.
301 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 53 public static final long ACCOUNT_ID_COMBINED_VIEW = 0x1000000000000000L;
    [all...]
EmailContent.java     [all...]

Completed in 105 milliseconds