Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java90 private final boolean mCountdownConditionSupported; field in ZenModePanel
130 mCountdownConditionSupported = NotificationManager.from(mContext) in ZenModePanel()
132 final int countdownDelta = mCountdownConditionSupported ? 1 : 0; in ZenModePanel()
144 pw.print(" mCountdownConditionSupported="); pw.println(mCountdownConditionSupported); in dump()
479 if (mCountdownConditionSupported && mTimeCondition != null) { in handleUpdateConditions()
541 if (favoriteIndex == -1 || !mCountdownConditionSupported) { in ensureSelection()