Searched refs:clampIndex (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java994 minuteIndex = clampIndex(minuteIndex);
996 mMinuteIndex = clampIndex(minuteIndex);
1011 mMinuteIndex = clampIndex(Prefs.getInt(mContext,
1016 private int clampIndex(int index) { method in class:ZenModePanel.ZenPrefs

Completed in 196 milliseconds