Searched refs:NotificationSnoozeOption (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationSnooze.java | 197 mSnoozeOptions.add(new NotificationSnoozeOption(sc, 0, sc.getExplanation(), in setSnoozeOptions() 255 return new NotificationSnoozeOption(null, minutes, description, resultText, action); in createOption() 260 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
|