Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterConfigReader.java113 public List<SafetySourcesGroup> getSafetySourcesGroups() { in getSafetySourcesGroups() method in SafetyCenterConfigReader
114 return getCurrentConfigInternal().getSafetyCenterConfig().getSafetySourcesGroups(); in getSafetySourcesGroups()
337 safetyCenterConfig.getSafetySourcesGroups(); in extractExternalSafetySources()
366 List<SafetySourcesGroup> originalGroups = safetyCenterConfig.getSafetySourcesGroups(); in extractLoggableSafetySourcesGroups()
396 safetyCenterConfig.getSafetySourcesGroups(); in extractBroadcasts()
DSafetyCenterDataFactory.java292 return mSafetyCenterConfigReader.getSafetySourcesGroups(); in getAllGroups()
/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetyCenterConfig.java81 public List<SafetySourcesGroup> getSafetySourcesGroups() { in getSafetySourcesGroups() method in SafetyCenterConfig
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetyCenterIssueRepository.java190 mSafetyCenterConfigReader.getSafetySourcesGroups(); in getAllStoredIssuesFromRawSourceData()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterActivity.java325 List<SafetySourcesGroup> groups = safetyCenterConfig.getSafetySourcesGroups(); in getParentGroupId()
/packages/modules/Permission/framework-s/api/
Dsystem-current.txt548 …ull public java.util.List<android.safetycenter.config.SafetySourcesGroup> getSafetySourcesGroups();