Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterConfigReader.java341 List<SafetySource> safetySources = safetySourcesGroup.getSafetySources(); in extractExternalSafetySources()
374 List<SafetySource> originalSources = originalGroup.getSafetySources(); in extractLoggableSafetySourcesGroups()
384 if (!filteredGroup.getSafetySources().isEmpty()) { in extractLoggableSafetySourcesGroups()
400 List<SafetySource> safetySources = safetySourcesGroup.getSafetySources(); in extractBroadcasts()
DSafetyCenterDataFactory.java393 List<SafetySource> safetySources = safetySourcesGroup.getSafetySources(); in addSafetyCenterEntryGroup()
733 List<SafetySource> safetySources = safetySourcesGroup.getSafetySources(); in addSafetyCenterStaticEntryGroup()
/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetyCenterConfig.java167 List<SafetySource> safetySources = safetySourcesGroup.getSafetySources(); in build()
DSafetySourcesGroup.java241 public List<SafetySource> getSafetySources() { in getSafetySources() method in SafetySourcesGroup
/packages/modules/Permission/service/java/com/android/safetycenter/logging/
DSafetyCenterPullAtomCallback.java144 List<SafetySource> loggableSources = loggableGroups.get(i).getSafetySources(); in writeSafetySourceStateCollectedAtomsLocked()
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetyCenterIssueRepository.java204 List<SafetySource> safetySources = safetySourcesGroup.getSafetySources(); in addSafetySourceIssuesInfo()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterActivity.java331 for (SafetySource source : group.getSafetySources()) { in getParentGroupId()
/packages/modules/Permission/framework-s/api/
Dsystem-current.txt618 …method @NonNull public java.util.List<android.safetycenter.config.SafetySource> getSafetySources();