Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DLocation.java136 private float mBearingAccuracyDegrees = 0.0f; field in Location
178 mBearingAccuracyDegrees = l.mBearingAccuracyDegrees; in set()
198 mBearingAccuracyDegrees = 0; in reset()
930 return mBearingAccuracyDegrees; in getBearingAccuracyDegrees()
941 mBearingAccuracyDegrees = bearingAccuracyDegrees; in setBearingAccuracyDegrees()
956 mBearingAccuracyDegrees = 0.0f; in removeBearingAccuracy()
1051 if (hasBearingAccuracy()) s.append(String.format(" bAcc=%.0f", mBearingAccuracyDegrees)); in toString()
1083 l.mBearingAccuracyDegrees = in.readFloat();
1113 parcel.writeFloat(mBearingAccuracyDegrees); in writeToParcel()