Home
last modified time | relevance | path

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

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