Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java65 private static final int MAX_BUCKET_MINUTES = MINUTE_BUCKETS[MINUTE_BUCKETS.length - 1]; field in ZenModePanel
343 if (span <= 0 || span > MAX_BUCKET_MINUTES * MINUTES_MS) return null; in parseExistingTimeCondition()
494 final Condition maxCondition = ZenModeConfig.toTimeCondition(MAX_BUCKET_MINUTES); in bind()