Searched refs:groupResult (Results 1 – 1 of 1) sorted by relevance
420 List<NotificationGroup> groupResult = mPreprocessingManager.group(mAlertEntries); in onGroup_groupsNotificationsByGroupKey() local421 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() local440 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() local506 for (int j = 0; j < groupResult.size(); j++) { in onGroup_groupsNotificationsBySeenUnseen()[all …]