Searched defs:mAccuracy (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
H A DProviderProperties.java95 public final int mAccuracy; field in class:ProviderProperties
100 int mPowerRequirement, int mAccuracy) {
109 this.mAccuracy = mAccuracy;
150 parcel.writeInt(mAccuracy);
97 ProviderProperties(boolean mRequiresNetwork, boolean mRequiresSatellite, boolean mRequiresCell, boolean mHasMonetaryCost, boolean mSupportsAltitude, boolean mSupportsSpeed, boolean mSupportsBearing, int mPowerRequirement, int mAccuracy) argument
/frameworks/base/location/java/android/location/
H A DLocation.java92 private float mAccuracy = 0.0f; field in class:Location
142 mAccuracy = l.mAccuracy;
163 mAccuracy = 0;
735 return mAccuracy;
746 mAccuracy = accuracy;
757 mAccuracy = 0.0f;
794 mAccuracy = 100.0f;
832 if (mHasAccuracy) s.append(String.format(" acc=%.0f", mAccuracy));
876 l.mAccuracy
[all...]

Completed in 67 milliseconds