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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryService.java91 private static final long VERY_LONG_TIME = TimeUnit.DAYS.toMillis(14); field in class:DictionaryService
226 * This will check the last update time, and if it's been more than VERY_LONG_TIME,
230 if (!isLastUpdateAtLeastThisOld(context, VERY_LONG_TIME)) return;

Completed in 3185 milliseconds