Searched defs:mNtpTime (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DSntpClient.java58 private long mNtpTime; field in class:SntpClient
60 // value of SystemClock.elapsedRealtime() corresponding to mNtpTime
119 mNtpTime = responseTime + clockOffset;
140 return mNtpTime;
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java247 private final NtpTrustedTime mNtpTime; field in class:GpsLocationProvider
381 mNtpTime = NtpTrustedTime.getInstance(context);
558 if (mNtpTime.forceRefresh()) {
559 long time = mNtpTime.getCachedNtpTime();
560 long timeReference = mNtpTime.getCachedNtpTimeReference();
561 long certainty = mNtpTime.getCacheCertainty();

Completed in 881 milliseconds