Searched refs:conditionCount (Results 1 – 1 of 1) sorted by relevance
353 final int conditionCount = mConditions == null ? 0 : mConditions.length; in handleUpdateConditions() local354 if (DEBUG) Log.d(mTag, "handleUpdateConditions conditionCount=" + conditionCount); in handleUpdateConditions()364 for (int i = 0; i < conditionCount; i++) { in handleUpdateConditions()