Searched refs:mNtpTrustedTime (Results 1 – 2 of 2) sorted by relevance
76 private final NtpTrustedTime mNtpTrustedTime; field in NetworkTimeUpdateService93 mNtpTrustedTime = NtpTrustedTime.getInstance(context); in NetworkTimeUpdateService()103 shortPollingIntervalMillis, tryAgainTimesMax, mNtpTrustedTime); in NetworkTimeUpdateService()159 mNtpTrustedTime.setServerConfigForTests(ntpConfig); in setServerConfigForTests()368 private final NtpTrustedTime mNtpTrustedTime; field in NetworkTimeUpdateService.EngineImpl408 mNtpTrustedTime = Objects.requireNonNull(ntpTrustedTime); in EngineImpl()418 TimeResult cachedTimeResult = mNtpTrustedTime.getCachedTimeResult(); in forceRefreshForTests()449 NtpTrustedTime.TimeResult initialTimeResult = mNtpTrustedTime.getCachedTimeResult(); in refreshAndRescheduleIfRequired()476 NtpTrustedTime.TimeResult latestTimeResult = mNtpTrustedTime.getCachedTimeResult(); in refreshAndRescheduleIfRequired()655 return mNtpTrustedTime.forceRefresh(network); in tryRefresh()[all …]
110 @NonNull private final NtpTrustedTime mNtpTrustedTime; field in TimeDetectorService129 mNtpTrustedTime = Objects.requireNonNull(ntpTrustedTime); in TimeDetectorService()396 NtpTrustedTime.TimeResult ntpResult = mNtpTrustedTime.getCachedTimeResult(); in latestNetworkTime()461 mNtpTrustedTime.setCachedTimeResult(timeResult); in setNetworkTimeForSystemClockForTests()482 mNtpTrustedTime.clearCachedTimeResult(); in clearNetworkTimeForSystemClockForTests()