Home
last modified time | relevance | path

Searched refs:mBiasInNs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/
DGpsClock.java71 private double mBiasInNs; field in GpsClock
90 mBiasInNs = clock.mBiasInNs; in set()
284 return mBiasInNs; in getBiasInNs()
292 mBiasInNs = biasInNs; in setBiasInNs()
300 mBiasInNs = Double.NaN; in resetBiasInNs()
412 gpsClock.mBiasInNs = parcel.readDouble();
433 parcel.writeDouble(mBiasInNs); in writeToParcel()
470 hasBiasInNs() ? mBiasInNs : null, in toString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt23003 Landroid/location/GpsClock;->mBiasInNs:D