Searched refs:NTP_INTERVAL (Results 1 – 2 of 2) sorted by relevance
53 static final long NTP_INTERVAL = 24 * 60 * 60 * 1000; field in NtpTimeHelper150 if (ntpResult == null || ntpResult.getAgeMillis() >= NTP_INTERVAL) { in blockingGetNtpTimeAndInject()161 if (ntpResult != null && ntpResult.getAgeMillis() < NTP_INTERVAL) { in blockingGetNtpTimeAndInject()177 delay = NTP_INTERVAL; in blockingGetNtpTimeAndInject()
79 doReturn(NtpTimeHelper.NTP_INTERVAL - 1).when(result).getAgeMillis(); in handleInjectNtpTime_cachedAgeLow_injectTime()96 doReturn(NtpTimeHelper.NTP_INTERVAL + 1).when(result1).getAgeMillis(); in handleInjectNtpTime_injectTimeFailed_injectTimeDelayed()