Home | History | Annotate | Download | only in alerts

Lines Matching refs:MINUTE_MS

106     private static final int MINUTE_MS = 60 * 1000;
109 private static final int MIN_DEPRIORITIZE_GRACE_PERIOD_MS = 15 * MINUTE_MS;
415 long minutesBeforeRefresh = (nextRefreshTime - currentTime) / MINUTE_MS;
650 if (AlertUtils.BYPASS_DB && ((currentTime - alarmTime) / MINUTE_MS < 1)) {