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

/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java287 private static final long NTP_INTERVAL = 24*60*60*1000; field in class:GnssLocationProvider
910 if (mNtpTime.getCacheAge() >= NTP_INTERVAL) {
915 if (mNtpTime.getCacheAge() < NTP_INTERVAL) {
930 delay = NTP_INTERVAL;

Completed in 29 milliseconds