Home
last modified time | relevance | path

Searched refs:MAX_ALARM_DELAY (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java85 private static final int MAX_ALARM_DELAY = (int)TimeUnit.HOURS.toMillis(6); field in DictionaryService
200 final long alarmTime = now + new Random().nextInt(MAX_ALARM_DELAY); in checkTimeAndMaybeSetupUpdateAlarm()