Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationSnooze.java204 mSnoozeOptions.add(new NotificationSnoozeOption(sc, 0, sc.getExplanation(), in setSnoozeOptions()
262 return new NotificationSnoozeOption(null, minutes, description, resultText, action); in createOption()
267 return new NotificationSnoozeOption(null, minutes, description, string, in createOption()
443 public class NotificationSnoozeOption implements SnoozeOption { class in NotificationSnooze
450 public NotificationSnoozeOption(SnoozeCriterion sc, int minToSnoozeFor, in NotificationSnoozeOption() method in NotificationSnooze.NotificationSnoozeOption