Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationSnooze.java240 int snoozeTime = snoozeTimes[i]; in getDefaultSnoozeOptions() local
241 SnoozeOption option = createOption(snoozeTime, sAccessibilityActions[i]); in getDefaultSnoozeOptions()
242 if (i == 0 || snoozeTime == defaultSnooze) { in getDefaultSnoozeOptions()