Searched refs:getUnseenNotificationCount (Results 1 – 2 of 2) sorted by relevance
145 assertThat(mNotificationDataManager.getUnseenNotificationCount()).isEqualTo(1); in updateUnseenNotification_addNewUnseenNotification_updatesUnseenCount()159 assertThat(mNotificationDataManager.getUnseenNotificationCount()).isEqualTo(0); in setNotificationAsSeen_notificationIsSeen_decrementsUnseenCount()173 assertThat(mNotificationDataManager.getUnseenNotificationCount()).isEqualTo(0); in clearAll_clearsAllUnseenData()
183 public int getUnseenNotificationCount() { in getUnseenNotificationCount() method in NotificationDataManager