Home | History | Annotate | Download | only in volume

Lines Matching refs:MINUTES_MS

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;