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

/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationRequestUnbundled.java61 public static final int POWER_NONE = LocationRequest.POWER_NONE; field in class:LocationRequestUnbundled
/frameworks/base/location/java/android/location/
H A DLocationRequest.java43 * {@link #setQuality} with {@link #POWER_NONE}. With this request your
122 public static final int POWER_NONE = 200; field in class:LocationRequest
179 quality = POWER_NONE;
567 case POWER_NONE:
639 case POWER_NONE:
640 return "POWER_NONE";
655 if (mQuality != POWER_NONE) {
/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java43 public static final String POWER_NONE = "none"; field in class:PowerProfile

Completed in 135 milliseconds