Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationDataManagerTest.java156 generateRankingMap(Collections.singletonList(mMessageNotification.getKey()), in updateUnseenNotificationGroups_addHighImportanceNotification_updatesUnseenCount()
173 generateRankingMap(Collections.singletonList(mMessageNotification.getKey()), in updateUnseenNotificationGroups_addLowImportanceNotification_unseenCountZero()
252 generateRankingMap(Collections.singletonList(mMessageNotification.getKey()), in setVisibleNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount()
287 generateRankingMap(Collections.singletonList(mMessageNotification.getKey()), in clearAll_clearsAllUnseenData()
297 private NotificationListenerService.RankingMap generateRankingMap( in generateRankingMap() method in NotificationDataManagerTest
DPreprocessingManagerTest.java721 newEntry, generateRankingMap(mAlertEntries), /* isUpdate= */ false) in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking()
755 generateRankingMap(mAlertEntries), /* isUpdate= */ false); in onAdditionalGroupAndRank_isGroupSummary_noChildren_prependsHighRankNotification()
767 generateRankingMap(mAlertEntries), /* isUpdate= */ false); in onAdditionalGroupAndRank_isAutoGroupSummary_noChildren_doNothing()
789 generateRankingMap(mAlertEntries), /* isUpdate= */ true); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated()
812 generateRankingMap(mAlertEntries), /* isUpdate= */ true); in onAdditionalGroupAndRank_progressUpdate_notificationUpdatedInOrder()
835 generateRankingMap(mAlertEntries), /* isUpdate= */ true); in onAdditionalGroupAndRank_progressUpdatesNonProgress_notificationUpdatedNewGroup()
879 generateRankingMap(mAlertEntries), /* isUpdate= */ true); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated()
925 generateRankingMap(mAlertEntries), /* isUpdate= */ true); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted()
954 generateRankingMap(mAlertEntries), /* isUpdate= */ true); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupDeleted()
975 generateRankingMap(mAlertEntries), /* isUpdate= */ false); in onAdditionalGroupAndRank_newNotification_setAsSeenInDataManger()
[all …]