Searched refs:EXTRA_UNSEEN_COUNT (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMailIntentService.java106 final int unseenCount = intent.getIntExtra(NotificationUtils.EXTRA_UNSEEN_COUNT, 0);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java92 public static final String EXTRA_UNSEEN_COUNT = "unseen-count"; field in class:NotificationUtils
482 intent.putExtra(EXTRA_UNSEEN_COUNT, unseenCount);

Completed in 144 milliseconds