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.java420 List<NotificationGroup> groupResult = mPreprocessingManager.group(mAlertEntries); in onGroup_groupsNotificationsByGroupKey() local
421 String[] actualGroupKeys = new String[groupResult.size()]; in onGroup_groupsNotificationsByGroupKey()
424 for (int i = 0; i < groupResult.size(); i++) { in onGroup_groupsNotificationsByGroupKey()
425 actualGroupKeys[i] = groupResult.get(i).getGroupKey(); in onGroup_groupsNotificationsByGroupKey()
439 List<NotificationGroup> groupResult = mPreprocessingManager.group(mAlertEntries); in onGroup_highGroupingThreshold_noGroups() local
440 String[] actualGroupKeys = new String[groupResult.size()]; in onGroup_highGroupingThreshold_noGroups()
443 for (int i = 0; i < groupResult.size(); i++) { in onGroup_highGroupingThreshold_noGroups()
444 actualGroupKeys[i] = groupResult.get(i).getGroupKey(); in onGroup_highGroupingThreshold_noGroups()
503 List<NotificationGroup> groupResult = mPreprocessingManager.group(mAlertEntries); in onGroup_groupsNotificationsBySeenUnseen() local
506 for (int j = 0; j < groupResult.size(); j++) { in onGroup_groupsNotificationsBySeenUnseen()
[all …]