Searched refs:mAccuracyInMeters (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DLocationFudger.java125 private float mAccuracyInMeters; field in class:LocationFudger
171 if (coarse.getAccuracy() < mAccuracyInMeters) {
257 coarse.setAccuracy(Math.max(mAccuracyInMeters, coarse.getAccuracy()));
347 mAccuracyInMeters = Math.max(accuracyInMeters, MINIMUM_ACCURACY_IN_METERS);
349 Log.d(TAG, "setAccuracyInMetersLocked: new accuracy = " + mAccuracyInMeters);
351 mGridSizeInMeters = mAccuracyInMeters;

Completed in 55 milliseconds