HomeSort by relevance Sort by last modified time
    Searched full:mcountdownconditionsupported (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java 90 private final boolean mCountdownConditionSupported;
130 mCountdownConditionSupported = NotificationManager.from(mContext)
132 final int countdownDelta = mCountdownConditionSupported ? 1 : 0;
144 pw.print(" mCountdownConditionSupported="); pw.println(mCountdownConditionSupported);
479 if (mCountdownConditionSupported && mTimeCondition != null) {
541 if (favoriteIndex == -1 || !mCountdownConditionSupported) {
    [all...]

Completed in 436 milliseconds