Home
last modified time | relevance | path

Searched defs:safetySourcesGroup (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Permission/SafetyCenter/Config/tests/java/com/android/safetycenter/config/
DParserConfigOverlayTest.kt45 val safetySourcesGroup = safetyCenterConfig.safetySourcesGroups[0] in <lambda>() constant
79 val safetySourcesGroup = safetyCenterConfig.safetySourcesGroups[0] in <lambda>() constant
/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetyCenterConfig.java137 public Builder addSafetySourcesGroup(@NonNull SafetySourcesGroup safetySourcesGroup) { in addSafetySourcesGroup()
159 SafetySourcesGroup safetySourcesGroup = safetySourcesGroups.get(i); in build() local
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataFactory.java158 SafetySourcesGroup safetySourcesGroup = safetySourcesGroups.get(i); in assembleSafetyCenterData() local
301 SafetySourcesGroup safetySourcesGroup, in toSafetyCenterIssue()
384 SafetySourcesGroup safetySourcesGroup, in addSafetyCenterEntryGroup()
474 SafetySourcesGroup safetySourcesGroup, in getSafetyCenterEntryGroupSummary()
530 SafetySourcesGroup safetySourcesGroup, List<SafetyCenterEntry> entries) { in getDefaultGroupSummary()
742 SafetySourcesGroup safetySourcesGroup, in addSafetyCenterStaticEntryGroup()
DSafetySourceIssueInfo.java51 SafetySourcesGroup safetySourcesGroup, in SafetySourceIssueInfo()
DSafetyCenterConfigReader.java338 SafetySourcesGroup safetySourcesGroup = safetySourcesGroups.get(i); in extractExternalSafetySources() local
397 SafetySourcesGroup safetySourcesGroup = safetySourcesGroups.get(i); in extractBroadcasts() local
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetyCenterIssueRepository.java219 SafetySourcesGroup safetySourcesGroup, in addSafetySourceIssuesInfo()
240 SafetySourcesGroup safetySourcesGroup, in addSafetySourceIssuesInfo()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/model/
DLiveSafetyCenterViewModel.kt156 val safetySourcesGroup = in <lambda>() constant
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/service/
DSafetyCenterSearchIndexablesProvider.kt74 safetyCenterManager.safetySourcesGroupsWithEntries.forEach { safetySourcesGroup -> in <lambda>() method
235 .forEach { safetySourcesGroup -> in <lambda>() method