Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.java52 public static final String ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID = "alarmSnoozingNotification"; field in NotificationUtils
82 CHANNEL_PROPS.put(ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID, new int[]{ in CHANNEL_PROPS.put() argument
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java19 import static com.android.deskclock.NotificationUtils.ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID;
275 context, ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID) in showSnoozeNotification()
308 NotificationUtils.createChannel(context, ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID); in showSnoozeNotification()
DAlarmNotifications.kt64 private const val ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID = "alarmSnoozeNotification" constant
388 context, ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID) in showSnoozeNotification()
423 ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID, in showSnoozeNotification()