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

/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationRequestUnbundled.java69 public static final int POWER_LOW = LocationRequest.POWER_LOW; field in class:LocationRequestUnbundled
/frameworks/base/location/java/android/location/
H A DCriteria.java38 public static final int POWER_LOW = 1; field in class:Criteria
247 * must be one of NO_REQUIREMENT, POWER_LOW, POWER_MEDIUM, or
372 case POWER_LOW:
H A DLocationRequest.java52 * should consider {@link #POWER_LOW} combined with a faster
127 public static final int POWER_LOW = 201; field in class:LocationRequest
141 private int mQuality = POWER_LOW;
177 quality = POWER_LOW;
209 quality = POWER_LOW;
242 * constant such as {@link #POWER_LOW}. You cannot request both and accuracy and
248 * to use GPS, and {@link #POWER_LOW} is more likely to use WIFI & Cell tower
508 case POWER_LOW:
576 case POWER_LOW:
577 return "POWER_LOW";
[all...]

Completed in 71 milliseconds