Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGpsMeasurement.java63 private double mAzimuthInDeg; field in GpsMeasurement
222 mAzimuthInDeg = measurement.mAzimuthInDeg; in set()
1093 return mAzimuthInDeg; in getAzimuthInDeg()
1101 mAzimuthInDeg = value; in setAzimuthInDeg()
1109 mAzimuthInDeg = Double.NaN; in resetAzimuthInDeg()
1198 gpsMeasurement.mAzimuthInDeg = parcel.readDouble();
1241 parcel.writeDouble(mAzimuthInDeg); in writeToParcel()
1363 hasAzimuthInDeg() ? mAzimuthInDeg : null, in toString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt23046 Landroid/location/GpsMeasurement;->mAzimuthInDeg:D