Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationSnooze.java231 final int[] snoozeTimes = mParser.getIntArray(KEY_OPTIONS, in getDefaultSnoozeOptions() local
234 for (int i = 0; i < snoozeTimes.length && i < sAccessibilityActions.length; i++) { in getDefaultSnoozeOptions()
235 int snoozeTime = snoozeTimes[i]; in getDefaultSnoozeOptions()