Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationSender.java77 private static final int NOTIFICATION_BEHAVIOR_INTERNAL_DELAYED = 200; field in SafetyCenterNotificationSender
94 NOTIFICATION_BEHAVIOR_INTERNAL_DELAYED,
313 } else if (behavior == NOTIFICATION_BEHAVIOR_INTERNAL_DELAYED) { in getIssuesToNotify()
331 return NOTIFICATION_BEHAVIOR_INTERNAL_DELAYED; in getBehavior()