Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java360 List<NotificationGroup> groupResult = mPreprocessingManager.group(mAlertEntries); in onGroup_groupsNotificationsByGroupKey() local
361 String[] actualGroupKeys = new String[groupResult.size()]; in onGroup_groupsNotificationsByGroupKey()
364 for (int i = 0; i < groupResult.size(); i++) { in onGroup_groupsNotificationsByGroupKey()
365 actualGroupKeys[i] = groupResult.get(i).getGroupKey(); in onGroup_groupsNotificationsByGroupKey()
378 List<NotificationGroup> groupResult = mPreprocessingManager.group(list); in onGroup_autoGeneratedGroupWithNoGroupChildren_doesNotShowGroupSummary() local
380 assertThat(groupResult.size() == 0).isTrue(); in onGroup_autoGeneratedGroupWithNoGroupChildren_doesNotShowGroupSummary()
479 List<NotificationGroup> groupResult = mPreprocessingManager.group(list); in onGroup_removesNotificationGroupWithOnlySummaryNotification() local
481 assertThat(groupResult.isEmpty()).isTrue(); in onGroup_removesNotificationGroupWithOnlySummaryNotification()
494 List<NotificationGroup> groupResult = mPreprocessingManager.group(mAlertEntries); in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp() local
496 groupResult.forEach(group -> { in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp()
[all …]