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 252 private final NtpTrustedTime mNtpTime;
386 mNtpTime = NtpTrustedTime.getInstance(context);
563 if (mNtpTime.getCacheAge() >= NTP_INTERVAL) {
564 mNtpTime.forceRefresh();
568 if (mNtpTime.getCacheAge() < NTP_INTERVAL) {
569 long time = mNtpTime.getCachedNtpTime();
570 long timeReference = mNtpTime.getCachedNtpTimeReference();
571 long certainty = mNtpTime.getCacheCertainty();
    [all...]

Completed in 579 milliseconds