Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetyCenterIssueRepository.java37 import com.android.safetycenter.SafetySources;
137 if (SafetySources.isLoggable(safetySourceIssueInfo.getSafetySource())) { in countLoggableIssuesFor()
208 if (!SafetySources.isExternal(safetySource)) { in addSafetySourceIssuesInfo()
211 if (!SafetySources.supportsProfileType(safetySource, profileType)) { in addSafetySourceIssuesInfo()
DSafetySourceDataValidator.java34 import com.android.safetycenter.SafetySources;
95 if (!SafetySources.supportsProfileType(safetySource, profileType)) { in validateRequest()
/packages/modules/Permission/service/java/com/android/safetycenter/logging/
DSafetyCenterPullAtomCallback.java39 import com.android.safetycenter.SafetySources;
149 if (!SafetySources.isExternal(loggableSource)) { in writeSafetySourceStateCollectedAtomsLocked()
157 if (!SafetySources.supportsProfileType(loggableSource, profileType)) { in writeSafetySourceStateCollectedAtomsLocked()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetySources.java30 public final class SafetySources { class
127 private SafetySources() {} in SafetySources() method in SafetySources
DSafetyCenterConfigReader.java345 if (!SafetySources.isExternal(safetySource)) { in extractExternalSafetySources()
378 if (SafetySources.isLoggable(source)) { in extractLoggableSafetySourcesGroups()
404 if (!SafetySources.isExternal(safetySource)) { in extractBroadcasts()
419 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()
686 if (SafetySources.isDefaultEntryHidden(safetySource)) { in toDefaultSafetyCenterEntry()
704 pendingIntent != null && !SafetySources.isDefaultEntryDisabled(safetySource); in toDefaultSafetyCenterEntry()
741 if (!SafetySources.supportsProfileType(safetySource, profileType)) { in addSafetyCenterStaticEntryGroup()
880 if (SafetySources.isDefaultEntryHidden(safetySource)) { in toDefaultSafetyCenterStaticEntry()