Searched refs:originalGroups (Results 1 – 1 of 1) sorted by relevance
366 List<SafetySourcesGroup> originalGroups = safetyCenterConfig.getSafetySourcesGroups(); in extractLoggableSafetySourcesGroups() local367 List<SafetySourcesGroup> filteredGroups = new ArrayList<>(originalGroups.size()); in extractLoggableSafetySourcesGroups()369 for (int i = 0; i < originalGroups.size(); i++) { in extractLoggableSafetySourcesGroups()370 SafetySourcesGroup originalGroup = originalGroups.get(i); in extractLoggableSafetySourcesGroups()