HomeSort by relevance Sort by last modified time
    Searched refs:mNtpTime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/
SntpClient.java 58 private long mNtpTime;
60 // value of SystemClock.elapsedRealtime() corresponding to mNtpTime
119 mNtpTime = responseTime + clockOffset;
140 return mNtpTime;
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 292 private final NtpTrustedTime mNtpTime;
437 mNtpTime = NtpTrustedTime.getInstance(context);
628 if (mNtpTime.getCacheAge() >= NTP_INTERVAL) {
629 mNtpTime.forceRefresh();
633 if (mNtpTime.getCacheAge() < NTP_INTERVAL) {
634 long time = mNtpTime.getCachedNtpTime();
635 long timeReference = mNtpTime.getCachedNtpTimeReference();
636 long certainty = mNtpTime.getCacheCertainty();
    [all...]

Completed in 562 milliseconds