Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java222 if (!isLastUpdateAtLeastThisOld(context, UPDATE_FREQUENCY_MILLIS)) return; in checkTimeAndMaybeSetupUpdateAlarm()
246 private static boolean isLastUpdateAtLeastThisOld(final Context context, final long time) { in isLastUpdateAtLeastThisOld() method in DictionaryService
260 if (!isLastUpdateAtLeastThisOld(context, VERY_LONG_TIME_MILLIS)) return; in updateNowIfNotUpdatedInAVeryLongTime()