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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java 67 private static final int MINUTES_MS = 60 * SECONDS_MS;
431 if (span <= 0 || span > MAX_BUCKET_MINUTES * MINUTES_MS) return null;
433 time, Math.round(span / (float) MINUTES_MS), now, ActivityManager.getCurrentUser());
667 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS);
717 final long bucketTime = now + bucketMinutes * MINUTES_MS;
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 66 private static final int MINUTES_MS = 60 * SECONDS_MS;
481 final long millis = minutesFromNow == 0 ? ZERO_VALUE_MS : minutesFromNow * MINUTES_MS;

Completed in 61 milliseconds