Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java91 private static final long VERY_LONG_TIME = TimeUnit.DAYS.toMillis(14); field in DictionaryService
230 if (!isLastUpdateAtLeastThisOld(context, VERY_LONG_TIME)) return; in updateNowIfNotUpdatedInAVeryLongTime()