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

/frameworks/base/location/java/android/location/
H A DCriteria.java58 public static final int ACCURACY_COARSE = 2; field in class:Criteria
216 * is fine, else it can be {@link #ACCURACY_COARSE}.
222 if (accuracy < NO_REQUIREMENT || accuracy > ACCURACY_COARSE) {
235 * is fine, else it can be {@link #ACCURACY_COARSE}.
241 return ACCURACY_COARSE;

Completed in 47 milliseconds