Home
last modified time | relevance | path

Searched refs:QUALITY_BALANCED_POWER_ACCURACY (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/location/java/android/location/provider/
DProviderRequest.java19 import static android.location.LocationRequest.QUALITY_BALANCED_POWER_ACCURACY;
48 QUALITY_BALANCED_POWER_ACCURACY,
251 if (mQuality != QUALITY_BALANCED_POWER_ACCURACY) { in toString()
287 private int mQuality = QUALITY_BALANCED_POWER_ACCURACY;
312 quality == QUALITY_LOW_POWER || quality == QUALITY_BALANCED_POWER_ACCURACY in setQuality()
/frameworks/base/location/java/android/location/
DLocationRequest.java75 @IntDef({QUALITY_LOW_POWER, QUALITY_BALANCED_POWER_ACCURACY, QUALITY_HIGH_ACCURACY})
93 public static final int QUALITY_BALANCED_POWER_ACCURACY = 102; field in LocationRequest
128 public static final int ACCURACY_BLOCK = QUALITY_BALANCED_POWER_ACCURACY;
239 quality = QUALITY_BALANCED_POWER_ACCURACY; in createFromDeprecatedProvider()
345 case QUALITY_BALANCED_POWER_ACCURACY: in setQuality()
346 mQuality = QUALITY_BALANCED_POWER_ACCURACY; in setQuality()
858 case QUALITY_BALANCED_POWER_ACCURACY: in toString()
935 mQuality = QUALITY_BALANCED_POWER_ACCURACY; in Builder()
1000 quality == QUALITY_LOW_POWER || quality == QUALITY_BALANCED_POWER_ACCURACY in setQuality()
1013 mQuality = QUALITY_BALANCED_POWER_ACCURACY; in setQuality()
/frameworks/base/location/api/
Dcurrent.txt641 field public static final int QUALITY_BALANCED_POWER_ACCURACY = 102; // 0x66
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...