Home
last modified time | relevance | path

Searched defs:safetySourceIssue (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetySourceIssueTest.kt552 val safetySourceIssue = in getId_returnsId() constant
568 val safetySourceIssue = in getTitle_returnsTitle() constant
584 val safetySourceIssue = in getSubtitle_withDefaultBuilder_returnsNull() constant
600 val safetySourceIssue = in getSubtitle_whenSetExplicitly_returnsSubtitle() constant
617 val safetySourceIssue = in getSummary_returnsSummary() constant
634 val safetySourceIssue = in getAttributionTitle_withNullAttributionTitle_returnsNull() constant
651 val safetySourceIssue = in getAttributionTitle_returnsAttributionTitle() constant
669 val safetySourceIssue = in getAttributionTitle_withVersionLessThanU_throws() constant
700 val safetySourceIssue = in getSeverityLevel_returnsSeverityLevel() constant
716 val safetySourceIssue = in getIssueCategory_withDefaultBuilder_returnsGeneralCategory() constant
[all …]
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetyCenterInFlightIssueActionRepository.java72 @Nullable SafetySourceIssue safetySourceIssue, in unmarkSafetyCenterIssueActionInFlight()
133 SafetySourceIssue safetySourceIssue) { in getSafetySourceIssueAction()
DSafetySourceDataRepository.java228 SafetySourceIssue safetySourceIssue = safetySourceIssues.get(i); in getSafetySourceIssue() local
250 SafetySourceIssue safetySourceIssue = in getSafetySourceIssueAction() local
DSafetySourceDataValidator.java154 SafetySourceIssue safetySourceIssue = safetySourceIssues.get(i); in validateRequest() local
DSafetyCenterIssueRepository.java233 SafetySourceIssue safetySourceIssue = safetySourceIssues.get(i); in addSafetySourceIssuesInfo() local
DSafetyCenterDataManager.java292 @Nullable SafetySourceIssue safetySourceIssue, in unmarkSafetyCenterIssueActionInFlight()
/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetySourceData.java296 public Builder addIssue(@NonNull SafetySourceIssue safetySourceIssue) { in addIssue()
367 SafetySourceIssue safetySourceIssue = issues.get(i); in getIssuesMaxSeverityLevelEnforcingUniqueIds() local
DSafetySourceIssue.java1240 public Builder(@NonNull SafetySourceIssue safetySourceIssue) { in Builder()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetySourceIssueInfo.java44 SafetySourceIssue safetySourceIssue, in SafetySourceIssueInfo()
DSafetyCenterDataFactory.java304 SafetySourceIssue safetySourceIssue, in toSafetyCenterIssue()
1168 private static boolean isTip(SafetySourceIssue safetySourceIssue) { in isTip()
1174 private static boolean isAutomatic(SafetySourceIssue safetySourceIssue) { in isAutomatic()
DSafetyCenterService.java543 SafetySourceIssue safetySourceIssue = in dismissSafetyCenterIssue() local
991 SafetySourceIssue safetySourceIssue = in run() local
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerCheckInternalTest.kt466 val safetySourceIssue = in createSafetySourceIssue() constant