Searched refs:generateRankingMap (Results 1 – 2 of 2) sorted by relevance
156 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 setNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount()287 generateRankingMap(Collections.singletonList(mMessageNotification.getKey()), in clearAll_clearsAllUnseenData()297 private NotificationListenerService.RankingMap generateRankingMap( in generateRankingMap() method in NotificationDataManagerTest
774 newEntry, generateRankingMap(mAlertEntries), /* isUpdate= */ false) in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking()809 generateRankingMap(mAlertEntries), /* isUpdate= */ false); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification()830 generateRankingMap(mAlertEntries), /* isUpdate= */ true); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated()964 mRankingMap = generateRankingMap(mAlertEntries); in initTestData()1016 private NotificationListenerService.RankingMap generateRankingMap( in generateRankingMap() method in PreprocessingManagerTest