HomeSort by relevance Sort by last modified time
    Searched refs:MINUTE_BUCKETS (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeConditionSelection.java 66 for (int i = ZenModeConfig.MINUTE_BUCKETS.length - 1; i >= 0; --i) {
68 ZenModeConfig.MINUTE_BUCKETS[i], UserHandle.myUserId()));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java 71 private static final int[] MINUTE_BUCKETS = DEBUG
73 : ZenModeConfig.MINUTE_BUCKETS;
74 private static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0];
75 private static final int MAX_BUCKET_MINUTES = MINUTE_BUCKETS[MINUTE_BUCKETS.length - 1];
76 private static final int DEFAULT_BUCKET_INDEX = Arrays.binarySearch(MINUTE_BUCKETS, 60);
304 MINUTE_BUCKETS[mBucketIndex], ActivityManager.getCurrentUser());
611 MINUTE_BUCKETS[favoriteIndex], ActivityManager.getCurrentUser());
719 button2.setEnabled(mBucketIndex < MINUTE_BUCKETS.length - 1);
767 final int N = MINUTE_BUCKETS.length
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 68 public static final int[] MINUTE_BUCKETS = generateMinuteBuckets();
    [all...]

Completed in 329 milliseconds