Searched defs:LOCATION_MODE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java4276 if (LOCATION_MODE.equals(name)) {
4324 if (LOCATION_MODE.equals(name)) {
4363 if (LOCATION_MODE.equals(name)) {
4754 * @deprecated use {@link #LOCATION_MODE} and
4774 public static final String LOCATION_MODE = "location_mode"; field in class:Settings.Secure
4776 * Stores the previous location mode when {@link #LOCATION_MODE} is set to
6327 CLONE_TO_MANAGED_PROFILE.add(LOCATION_MODE);
6347 * @deprecated use {@link #LOCATION_MODE} or
6361 * @deprecated use {@link #LOCATION_MODE} or
6377 * @deprecated use {@link #putInt(ContentResolver, String, int)} and {@link #LOCATION_MODE}
[all...]

Completed in 114 milliseconds