Home
last modified time | relevance | path

Searched refs:getUnseenNotificationCount (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DNotificationDataManagerTest.java145 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()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java183 public int getUnseenNotificationCount() { in getUnseenNotificationCount() method in NotificationDataManager