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.java247 mSnoozeOptions.add(new NotificationSnoozeOption(sc, 0, sc.getExplanation(), in setSnoozeOptions()
305 return new NotificationSnoozeOption(null, minutes, description, resultText, action); in createOption()
310 return new NotificationSnoozeOption(null, minutes, description, string, in createOption()
500 public class NotificationSnoozeOption implements SnoozeOption { class in NotificationSnooze
507 public NotificationSnoozeOption(SnoozeCriterion sc, int minToSnoozeFor, in NotificationSnoozeOption() method in NotificationSnooze.NotificationSnoozeOption