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