Searched refs:generateRankingMap (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | NotificationDataManagerTest.java | 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 setVisibleNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount() 287 generateRankingMap(Collections.singletonList(mMessageNotification.getKey()), in clearAll_clearsAllUnseenData() 297 private NotificationListenerService.RankingMap generateRankingMap( in generateRankingMap() method in NotificationDataManagerTest
|
D | PreprocessingManagerTest.java | 777 newEntry, generateRankingMap(mAlertEntries), /* isUpdate= */ false) in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() 812 generateRankingMap(mAlertEntries), /* isUpdate= */ false); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification() 833 generateRankingMap(mAlertEntries), /* isUpdate= */ true); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() 877 generateRankingMap(mAlertEntries), /* isUpdate= */ true); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated() 923 generateRankingMap(mAlertEntries), /* isUpdate= */ true); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted() 952 generateRankingMap(mAlertEntries), /* isUpdate= */ true); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupDeleted() 973 generateRankingMap(mAlertEntries), /* isUpdate= */ false); in onAdditionalGroupAndRank_newNotification_setAsSeenInDataManger() 999 generateRankingMap(mAlertEntries), /* isUpdate= */ false); in onAdditionalGroupAndRank_addToExistingGroup_groupSurpassGroupingThresholdExist() 1030 generateRankingMap(mAlertEntries), /* isUpdate= */ false); in onAdditionalGroupAndRank_addNewNotification_notSurpassGroupingThreshold() 1057 generateRankingMap(mAlertEntries), /* isUpdate= */ false); in onAdditionalGroupAndRank_createsNewGroup_surpassGroupingThreshold() [all …]
|