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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java 81 private static final int[] MINUTE_BUCKETS = ZenModeConfig.MINUTE_BUCKETS;
82 private static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0];
83 private static final int MAX_BUCKET_MINUTES = MINUTE_BUCKETS[MINUTE_BUCKETS.length - 1];
84 private static final int DEFAULT_BUCKET_INDEX = Arrays.binarySearch(MINUTE_BUCKETS, 60);
380 MINUTE_BUCKETS[mBucketIndex], ActivityManager.getCurrentUser());
707 MINUTE_BUCKETS[favoriteIndex], ActivityManager.getCurrentUser());
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 73 public static final int[] MINUTE_BUCKETS = generateMinuteBuckets();
    [all...]

Completed in 213 milliseconds