Searched refs:mDriftNanosPerSecond (Results 1 – 2 of 2) sorted by relevance
52 private double mDriftNanosPerSecond; field in GnssClock79 mDriftNanosPerSecond = clock.mDriftNanosPerSecond; in set()354 return mDriftNanosPerSecond; in getDriftNanosPerSecond()364 mDriftNanosPerSecond = driftNanosPerSecond; in setDriftNanosPerSecond()374 mDriftNanosPerSecond = Double.NaN; in resetDriftNanosPerSecond()541 gpsClock.mDriftNanosPerSecond = parcel.readDouble();565 parcel.writeDouble(mDriftNanosPerSecond); in writeToParcel()607 hasDriftNanosPerSecond() ? mDriftNanosPerSecond : null, in toString()
33034 Landroid/location/GnssClock;->mDriftNanosPerSecond:D