Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java366 foundDowntime |= isDowntime(mConditions[i]); in handleUpdateConditions()
369 if (isDowntime(mSessionExitCondition) && !foundDowntime) { in handleUpdateConditions()
376 private static boolean isDowntime(Condition c) { in isDowntime() method in ZenModePanel