HomeSort by relevance Sort by last modified time
    Searched refs:POWER_NONE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/location/lib/java/com/android/location/provider/
LocationRequestUnbundled.java 61 public static final int POWER_NONE = LocationRequest.POWER_NONE;
  /frameworks/base/location/java/android/location/
LocationRequest.java 42 * {@link #setQuality} with {@link #POWER_NONE}. With this request your
120 public static final int POWER_NONE = 200;
176 quality = POWER_NONE;
554 case POWER_NONE:
626 case POWER_NONE:
627 return "POWER_NONE";
642 if (mQuality != POWER_NONE) {
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 42 public static final String POWER_NONE = "none";

Completed in 2809 milliseconds