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

/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationRequestUnbundled.java76 public static final int POWER_HIGH = LocationRequest.POWER_HIGH; field in class:LocationRequestUnbundled
/frameworks/base/location/java/android/location/
H A DLocationRequest.java36 * {@link #ACCURACY_FINE} or {@link #POWER_HIGH}, and it should set
137 public static final int POWER_HIGH = 203; field in class:LocationRequest
213 case Criteria.POWER_HIGH:
214 quality = POWER_HIGH;
569 case POWER_HIGH:
643 case POWER_HIGH:
644 return "POWER_HIGH";
H A DCriteria.java48 public static final int POWER_HIGH = 3; field in class:Criteria
248 * POWER_HIGH.
251 if (level < NO_REQUIREMENT || level > POWER_HIGH) {
376 case POWER_HIGH:
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationManagerTest.java63 c.setPowerRequirement(Criteria.POWER_HIGH);
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java169 case LocationRequestUnbundled.POWER_HIGH:
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java743 && properties.mPowerRequirement == Criteria.POWER_HIGH
1581 case LocationRequest.POWER_HIGH:
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java113 Criteria.POWER_HIGH, Criteria.ACCURACY_FINE);

Completed in 2790 milliseconds