Searched defs:mAccuracy (Results 1 - 1 of 1) 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

Completed in 327 milliseconds