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

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java66 private static final int MINUTES_MS = 60 * SECONDS_MS; field in class:ZenModeConfig
481 final long millis = minutesFromNow == 0 ? ZERO_VALUE_MS : minutesFromNow * MINUTES_MS;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java67 private static final int MINUTES_MS = 60 * SECONDS_MS; field in class:ZenModePanel
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;

Completed in 631 milliseconds