Searched refs:mTimeUncertaintyNanos (Results 1 - 1 of 1) sorted by path

/frameworks/base/location/java/android/location/
H A DGnssClock.java45 private double mTimeUncertaintyNanos; field in class:GnssClock
70 mTimeUncertaintyNanos = clock.mTimeUncertaintyNanos;
171 return mTimeUncertaintyNanos;
181 mTimeUncertaintyNanos = timeUncertaintyNanos;
191 mTimeUncertaintyNanos = Double.NaN;
439 gpsClock.mTimeUncertaintyNanos = parcel.readDouble();
461 parcel.writeDouble(mTimeUncertaintyNanos);
488 hasTimeUncertaintyNanos() ? mTimeUncertaintyNanos : null));

Completed in 59 milliseconds