Loading services/core/java/com/android/server/location/GnssLocationProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -937,9 +937,9 @@ public class GnssLocationProvider implements LocationProviderInterface { long time = mNtpTime.getCachedNtpTime(); long timeReference = mNtpTime.getCachedNtpTimeReference(); long certainty = mNtpTime.getCacheCertainty(); long now = SystemClock.elapsedRealtime(); if (DEBUG) { long now = System.currentTimeMillis(); Log.d(TAG, "NTP server returned: " + time + " (" + new Date(time) + ") reference: " + timeReference Loading Loading
services/core/java/com/android/server/location/GnssLocationProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -937,9 +937,9 @@ public class GnssLocationProvider implements LocationProviderInterface { long time = mNtpTime.getCachedNtpTime(); long timeReference = mNtpTime.getCachedNtpTimeReference(); long certainty = mNtpTime.getCacheCertainty(); long now = SystemClock.elapsedRealtime(); if (DEBUG) { long now = System.currentTimeMillis(); Log.d(TAG, "NTP server returned: " + time + " (" + new Date(time) + ") reference: " + timeReference Loading