Home
last modified time | relevance | path

Searched refs:customNotification (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationFactory.java142 SafetySourceIssue.Notification customNotification = issue.getCustomNotification(); in newNotificationForIssue() local
143 if (customNotification != null) { in newNotificationForIssue()
144 title = customNotification.getTitle(); in newNotificationForIssue()
145 text = customNotification.getText(); in newNotificationForIssue()
146 issueActions = customNotification.getActions(); in newNotificationForIssue()
/packages/apps/Settings/src/com/android/settings/safetycenter/
DLockScreenSafetySource.java156 final SafetySourceIssue.Notification customNotification = in createNoScreenLockIssue() local
170 .setCustomNotification(customNotification) in createNoScreenLockIssue()
/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetySourceIssue.java276 @Nullable Notification customNotification, in SafetySourceIssue() argument
290 this.mCustomNotification = customNotification; in SafetySourceIssue()
1348 public Builder setCustomNotification(@Nullable Notification customNotification) { in setCustomNotification() argument
1353 mCustomNotification = customNotification; in setCustomNotification()
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetySourceDataFixesTest.kt160 .customNotification!! in defaultActionOverride_notification_overridesMatchingActions()
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetySourceIssueTest.kt968 assertThat(safetySourceIssue.customNotification).isNull() in getCustomNotification_withDefaultBuilder_returnsNull()
990 assertThat(safetySourceIssue.customNotification) in getCustomNotification_whenSetExplicitly_returnsCustomNotification()
1012 assertFails { safetySourceIssue.customNotification } in getCustomNotification_withVersionLessThanU_throws()