Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterConfigReader.java366 List<SafetySourcesGroup> originalGroups = safetyCenterConfig.getSafetySourcesGroups(); in extractLoggableSafetySourcesGroups() local
367 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()