Home
last modified time | relevance | path

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

/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetyCenterConfig.java157 Set<String> safetySourcesGroupsIds = new HashSet<>(); in build() local
162 if (safetySourcesGroupsIds.contains(groupId)) { in build()
166 safetySourcesGroupsIds.add(groupId); in build()