Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationSender.java366 Duration minNotificationsDelay = SafetyCenterFlags.getNotificationsMinDelay(); in canNotifyDelayedIssueNow() local
367 Instant threshold = Instant.now().minus(minNotificationsDelay); in canNotifyDelayedIssueNow()