Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java112 private int mBucketIndex = -1; field in ZenModePanel
300 mBucketIndex = -1; in setRequestingConditions()
302 mBucketIndex = DEFAULT_BUCKET_INDEX; in setRequestingConditions()
304 MINUTE_BUCKETS[mBucketIndex], ActivityManager.getCurrentUser()); in setRequestingConditions()
306 if (DEBUG) Log.d(mTag, "Initial bucket index: " + mBucketIndex); in setRequestingConditions()
612 mBucketIndex = favoriteIndex;
717 if (mBucketIndex > -1) {
718 button1.setEnabled(mBucketIndex > 0);
719 button2.setEnabled(mBucketIndex < MINUTE_BUCKETS.length - 1);
768 if (mBucketIndex == -1) {
[all …]