Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGpsClock.java70 private long mFullBiasInNs; field in GpsClock
89 mFullBiasInNs = clock.mFullBiasInNs; in set()
251 return mFullBiasInNs; in getFullBiasInNs()
259 mFullBiasInNs = value; in setFullBiasInNs()
267 mFullBiasInNs = Long.MIN_VALUE; in resetFullBiasInNs()
411 gpsClock.mFullBiasInNs = parcel.readLong();
432 parcel.writeLong(mFullBiasInNs); in writeToParcel()
465 hasFullBiasInNs() ? mFullBiasInNs : null)); in toString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt23008 Landroid/location/GpsClock;->mFullBiasInNs:J