Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DPreprocessingManagerTest.java349 List<NotificationGroup> groupResult = mPreprocessingManager.group(mAlertEntries); in onGroup_groupsNotificationsByGroupKey() local
350 String[] actualGroupKeys = new String[groupResult.size()]; in onGroup_groupsNotificationsByGroupKey()
353 for (int i = 0; i < groupResult.size(); i++) { in onGroup_groupsNotificationsByGroupKey()
354 actualGroupKeys[i] = groupResult.get(i).getGroupKey(); in onGroup_groupsNotificationsByGroupKey()
367 List<NotificationGroup> groupResult = mPreprocessingManager.group(list); in onGroup_autoGeneratedGroupWithNoGroupChildren_doesNotShowGroupSummary() local
369 assertThat(groupResult.size() == 0).isTrue(); in onGroup_autoGeneratedGroupWithNoGroupChildren_doesNotShowGroupSummary()
468 List<NotificationGroup> groupResult = mPreprocessingManager.group(list); in onGroup_removesNotificationGroupWithOnlySummaryNotification() local
470 assertThat(groupResult.isEmpty()).isTrue(); in onGroup_removesNotificationGroupWithOnlySummaryNotification()
483 List<NotificationGroup> groupResult = mPreprocessingManager.group(mAlertEntries); in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp() local
485 groupResult.forEach(group -> { in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp()
[all …]