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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java73 private static final int MINUTES_MS = 60 * SECONDS_MS; field in class:ZenModePanel
481 if (span <= 0 || span > MAX_BUCKET_MINUTES * MINUTES_MS) return null;
483 time, Math.round(span / (float) MINUTES_MS), ActivityManager.getCurrentUser(),
699 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS);
753 final long bucketTime = now + bucketMinutes * MINUTES_MS;
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java72 private static final int MINUTES_MS = 60 * SECONDS_MS; field in class:ZenModeConfig
704 final long millis = minutesFromNow == 0 ? ZERO_VALUE_MS : minutesFromNow * MINUTES_MS;
1010 c = toTimeCondition(context, time, Math.round(span / (float) MINUTES_MS),

Completed in 323 milliseconds