Searched refs:mNtpTime (Results 1 – 3 of 3) sorted by relevance
56 private final NtpTrustedTime mNtpTime; field in NtpTimeHelper81 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()
67 private long mNtpTime; field in SntpClient161 mNtpTime = responseTime + clockOffset; in requestTime()192 return mNtpTime; in getNtpTime()
48555 Landroid/net/SntpClient;->mNtpTime:J