Searched refs:unseenNotificationCount (Results 1 – 2 of 2) sorted by relevance
147 mNotificationPanelViewController.setOnUnseenCountUpdateListener(unseenNotificationCount -> { in setUpOverlayContentViewControllers()148 boolean hasUnseen = unseenNotificationCount > 0; in setUpOverlayContentViewControllers()
626 void onUnseenCountUpdate(int unseenNotificationCount); in onUnseenCountUpdate() argument