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 | 721 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 …]
|