Home
last modified time | relevance | path

Searched defs:customNotification (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/safetycenter/
DLockScreenSafetySource.java156 final SafetySourceIssue.Notification customNotification = in createNoScreenLockIssue() local
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationFactory.java142 SafetySourceIssue.Notification customNotification = issue.getCustomNotification(); in newNotificationForIssue() local
/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetySourceIssue.java276 @Nullable Notification customNotification, in SafetySourceIssue()
1348 public Builder setCustomNotification(@Nullable Notification customNotification) { in setCustomNotification()