Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timedetector/
DNetworkTimeUpdateService.java76 private final NtpTrustedTime mNtpTrustedTime; field in NetworkTimeUpdateService
93 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.EngineImpl
408 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 …]
DTimeDetectorService.java110 @NonNull private final NtpTrustedTime mNtpTrustedTime; field in TimeDetectorService
129 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()