Searched refs:MAX_ALARM_DELAY_MILLIS (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryService.java92 private static final int MAX_ALARM_DELAY_MILLIS = (int)TimeUnit.HOURS.toMillis(6); field in class:DictionaryService
227 // Best effort to wake between midnight and MAX_ALARM_DELAY_MILLIS in the morning.
230 final long alarmTime = now + new Random().nextInt(MAX_ALARM_DELAY_MILLIS);

Completed in 189 milliseconds