Home
last modified time | relevance | path

Searched refs:MINUTES_MS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java69 private static final int MINUTES_MS = 60 * SECONDS_MS; field in ZenModePanel
496 if (span <= 0 || span > MAX_BUCKET_MINUTES * MINUTES_MS) return null;
498 time, Math.round(span / (float) MINUTES_MS), now, ActivityManager.getCurrentUser(),
722 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS);
776 final long bucketTime = now + bucketMinutes * MINUTES_MS;
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java70 private static final int MINUTES_MS = 60 * SECONDS_MS; field in ZenModeConfig
654 final long millis = minutesFromNow == 0 ? ZERO_VALUE_MS : minutesFromNow * MINUTES_MS; in toTimeCondition()
910 time, Math.round(span / (float) MINUTES_MS), now, userHandle, shortVersion); in getConditionLine()