Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DNtpTimeHelper.java56 private final NtpTrustedTime mNtpTime; field in NtpTimeHelper
81 mNtpTime = ntpTime; in NtpTimeHelper()
133 if (mNtpTime.getCacheAge() >= NTP_INTERVAL) { in blockingGetNtpTimeAndInject()
135 refreshSuccess = mNtpTime.forceRefresh(); in blockingGetNtpTimeAndInject()
143 if (mNtpTime.getCacheAge() < NTP_INTERVAL) { in blockingGetNtpTimeAndInject()
144 long time = mNtpTime.getCachedNtpTime(); in blockingGetNtpTimeAndInject()
145 long timeReference = mNtpTime.getCachedNtpTimeReference(); in blockingGetNtpTimeAndInject()
146 long certainty = mNtpTime.getCacheCertainty(); in blockingGetNtpTimeAndInject()
/frameworks/base/core/java/android/net/
DSntpClient.java67 private long mNtpTime; field in SntpClient
161 mNtpTime = responseTime + clockOffset; in requestTime()
192 return mNtpTime; in getNtpTime()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt48555 Landroid/net/SntpClient;->mNtpTime:J