Searched refs:MAX_ALARM_DELAY_MILLIS (Results 1 – 1 of 1) sorted by relevance
92 private static final int MAX_ALARM_DELAY_MILLIS = (int)TimeUnit.HOURS.toMillis(6); field in DictionaryService230 final long alarmTime = now + new Random().nextInt(MAX_ALARM_DELAY_MILLIS); in checkTimeAndMaybeSetupUpdateAlarm()