Searched refs:EXTRA_UNREAD_COUNT (Results 1 – 2 of 2) sorted by relevance
105 final int unreadCount = intent.getIntExtra(NotificationUtils.EXTRA_UNREAD_COUNT, 0); in onHandleIntent()
91 public static final String EXTRA_UNREAD_COUNT = "unread-count"; field in NotificationUtils481 intent.putExtra(EXTRA_UNREAD_COUNT, unreadCount); in sendSetNewEmailIndicatorIntent()