Searched defs:MINUTE_BUCKETS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java64 public static final int[] MINUTE_BUCKETS = new int[] { 15, 30, 45, 60, 120, 180, 240, 480 }; field in class:ZenModeConfig
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java69 private static final int[] MINUTE_BUCKETS = DEBUG field in class:ZenModePanel
71 : ZenModeConfig.MINUTE_BUCKETS;
72 private static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0];
73 private static final int MAX_BUCKET_MINUTES = MINUTE_BUCKETS[MINUTE_BUCKETS.length - 1];
74 private static final int DEFAULT_BUCKET_INDEX = Arrays.binarySearch(MINUTE_BUCKETS, 60);
297 MINUTE_BUCKETS[mBucketIndex], ActivityManager.getCurrentUser());
545 MINUTE_BUCKETS[favoriteIndex], ActivityManager.getCurrentUser());
664 button2.setEnabled(mBucketIndex < MINUTE_BUCKETS.length - 1);
708 final int N = MINUTE_BUCKETS
[all...]

Completed in 749 milliseconds