Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java353 final int conditionCount = mConditions == null ? 0 : mConditions.length; in handleUpdateConditions() local
354 if (DEBUG) Log.d(mTag, "handleUpdateConditions conditionCount=" + conditionCount); in handleUpdateConditions()
364 for (int i = 0; i < conditionCount; i++) { in handleUpdateConditions()