Home
last modified time | relevance | path

Searched refs:getNonLowImportanceUnseenNotificationCount (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationDataManagerTest.java161 assertThat(mNotificationDataManager.getNonLowImportanceUnseenNotificationCount(rankingMap)) in updateUnseenNotificationGroups_addHighImportanceNotification_updatesUnseenCount()
178 assertThat(mNotificationDataManager.getNonLowImportanceUnseenNotificationCount(rankingMap)) in updateUnseenNotificationGroups_addLowImportanceNotification_unseenCountZero()
259 assertThat(mNotificationDataManager.getNonLowImportanceUnseenNotificationCount(rankingMap)) in setVisibleNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount()
293 assertThat(mNotificationDataManager.getNonLowImportanceUnseenNotificationCount(rankingMap)) in clearAll_clearsAllUnseenData()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java238 public int getNonLowImportanceUnseenNotificationCount( in getNonLowImportanceUnseenNotificationCount() method in NotificationDataManager
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java351 mNotificationDataManager.getNonLowImportanceUnseenNotificationCount( in onNotificationViewInflated()