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

/frameworks/base/location/java/android/location/
H A DCriteria.java43 public static final int POWER_MEDIUM = 2; field in class:Criteria
116 * must be one of NO_REQUIREMENT, POWER_LOW, POWER_MEDIUM, or
H A DLocationManager.java333 * POWER_LOW -> POWER_MEDIUM -> POWER_HIGH -> NO_REQUIREMENT
338 return Criteria.POWER_MEDIUM;
339 case Criteria.POWER_MEDIUM:
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationManagerTest.java67 c.setPowerRequirement(Criteria.POWER_MEDIUM);

Completed in 22 milliseconds