Searched refs:MINUTES_MS (Results 1 – 2 of 2) sorted by relevance
79 private static final int MINUTES_MS = 60 * SECONDS_MS; field in ZenModePanel584 if (span <= 0 || span > MAX_BUCKET_MINUTES * MINUTES_MS) return null;586 time, Math.round(span / (float) MINUTES_MS), ActivityManager.getCurrentUser(),651 Math.round((nextAlarmMs - now) / (float) MINUTES_MS),806 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in bind()860 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton()
75 private static final int MINUTES_MS = 60 * SECONDS_MS; field in ZenModeConfig707 final long millis = minutesFromNow == 0 ? ZERO_VALUE_MS : minutesFromNow * MINUTES_MS; in toTimeCondition()1040 c = toTimeCondition(context, time, Math.round(span / (float) MINUTES_MS), in getConditionLine()