Searched refs:EXTRA_UNSEEN_COUNT (Results 1 – 2 of 2) sorted by relevance
106 final int unseenCount = intent.getIntExtra(NotificationUtils.EXTRA_UNSEEN_COUNT, 0); in onHandleIntent()
92 public static final String EXTRA_UNSEEN_COUNT = "unseen-count"; field in NotificationUtils482 intent.putExtra(EXTRA_UNSEEN_COUNT, unseenCount); in sendSetNewEmailIndicatorIntent()