HomeSort by relevance Sort by last modified time
    Searched defs:POWER_NONE (Results 1 - 4 of 4) 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/core/java/com/android/internal/os/
PowerProfile.java 42 public static final String POWER_NONE = "none";
  /frameworks/base/location/java/android/location/
LocationRequest.java 43 * {@link #setQuality} with {@link #POWER_NONE}. With this request your
122 public static final int POWER_NONE = 200;
179 quality = POWER_NONE;
566 case POWER_NONE:
638 case POWER_NONE:
639 return "POWER_NONE";
654 if (mQuality != POWER_NONE) {
  /prebuilts/sdk/system_current/
android.jar 

Completed in 231 milliseconds