Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java987 generateNotificationsWithSameGroupKey(numberOfGroupNotifications, groupKey); in onAdditionalGroupAndRank_addToExistingGroup_groupSurpassGroupingThresholdExist()
1018 generateNotificationsWithSameGroupKey(numberOfGroupNotifications, groupKey); in onAdditionalGroupAndRank_addNewNotification_notSurpassGroupingThreshold()
1045 generateNotificationsWithSameGroupKey(numberOfGroupNotifications, groupKey); in onAdditionalGroupAndRank_createsNewGroup_surpassGroupingThreshold()
1074 generateNotificationsWithSameGroupKey(numberOfGroupNotifications, groupKey); in onAdditionalGroupAndRank_doesNotGroup_groupSummaryMissing()
1319 private void generateNotificationsWithSameGroupKey(int numberOfNotifications, String groupKey) { in generateNotificationsWithSameGroupKey() method in PreprocessingManagerTest