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.java138 public Builder addSafetySourcesGroup(@NonNull SafetySourcesGroup safetySourcesGroup) { in addSafetySourcesGroup()
160 SafetySourcesGroup safetySourcesGroup = safetySourcesGroups.get(i); in build() local
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataFactory.java162 SafetySourcesGroup safetySourcesGroup = safetySourcesGroups.get(i); in assembleSafetyCenterData() local
305 SafetySourcesGroup safetySourcesGroup, in toSafetyCenterIssue()
388 SafetySourcesGroup safetySourcesGroup, in addSafetyCenterEntryGroup()
472 SafetySourcesGroup safetySourcesGroup, in getSafetyCenterEntryGroupSummary()
525 SafetySourcesGroup safetySourcesGroup, List<SafetyCenterEntry> entries) { in getDefaultGroupSummary()
730 SafetySourcesGroup safetySourcesGroup, in addSafetyCenterStaticEntryGroup()
DSafetySourceIssueInfo.java46 SafetySourcesGroup safetySourcesGroup, in SafetySourceIssueInfo()
DSafetyCenterConfigReader.java339 SafetySourcesGroup safetySourcesGroup = safetySourcesGroups.get(i); in extractExternalSafetySources() local
398 SafetySourcesGroup safetySourcesGroup = safetySourcesGroups.get(i); in extractBroadcasts() local
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetyCenterIssueRepository.java201 SafetySourcesGroup safetySourcesGroup, in addSafetySourceIssuesInfo()
222 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.kt76 safetyCenterManager.safetySourcesGroupsWithEntries.forEach { safetySourcesGroup -> in <lambda>() method
257 .forEach { safetySourcesGroup -> in <lambda>() method