Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DLocation.java148 private float mBearingAccuracyDegrees = 0.0f; field in Location
191 mBearingAccuracyDegrees = l.mBearingAccuracyDegrees; in set()
212 mBearingAccuracyDegrees = 0; in reset()
995 return mBearingAccuracyDegrees; in getBearingAccuracyDegrees()
1006 mBearingAccuracyDegrees = bearingAccuracyDegrees; in setBearingAccuracyDegrees()
1021 mBearingAccuracyDegrees = 0.0f; in removeBearingAccuracy()
1124 if (hasBearingAccuracy()) s.append(String.format(" bAcc=%.0f", mBearingAccuracyDegrees)); in toString()
1157 l.mBearingAccuracyDegrees = in.readFloat();
1188 parcel.writeFloat(mBearingAccuracyDegrees); in writeToParcel()