Searched refs:isLastUpdateAtLeastThisOld (Results 1 – 1 of 1) sorted by relevance
222 if (!isLastUpdateAtLeastThisOld(context, UPDATE_FREQUENCY_MILLIS)) return; in checkTimeAndMaybeSetupUpdateAlarm()246 private static boolean isLastUpdateAtLeastThisOld(final Context context, final long time) { in isLastUpdateAtLeastThisOld() method in DictionaryService260 if (!isLastUpdateAtLeastThisOld(context, VERY_LONG_TIME_MILLIS)) return; in updateNowIfNotUpdatedInAVeryLongTime()