Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetySources.java60 public static boolean supportsProfileType( in supportsProfileType() method in SafetySources
DSafetyCenterConfigReader.java419 SafetySources.supportsProfileType(safetySource, PROFILE_TYPE_MANAGED); in extractBroadcasts()
432 SafetySources.supportsProfileType(safetySource, PROFILE_TYPE_PRIVATE); in extractBroadcasts()
DSafetyCenterDataFactory.java401 if (!SafetySources.supportsProfileType(safetySource, profileType)) { in addSafetyCenterEntryGroup()
741 if (!SafetySources.supportsProfileType(safetySource, profileType)) { in addSafetyCenterStaticEntryGroup()
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetySourceDataValidator.java95 if (!SafetySources.supportsProfileType(safetySource, profileType)) { in validateRequest()
DSafetyCenterIssueRepository.java211 if (!SafetySources.supportsProfileType(safetySource, profileType)) { in addSafetySourceIssuesInfo()
/packages/modules/Permission/service/java/com/android/safetycenter/logging/
DSafetyCenterPullAtomCallback.java157 if (!SafetySources.supportsProfileType(loggableSource, profileType)) { in writeSafetySourceStateCollectedAtomsLocked()