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

/frameworks/base/core/java/android/provider/
H A DSettings.java4780 public static final String LOCATION_PREVIOUS_MODE = "location_previous_mode"; field in class:Settings.Secure
6328 CLONE_TO_MANAGED_PROFILE.add(LOCATION_PREVIOUS_MODE);
6415 * Saves the current location mode into {@link #LOCATION_PREVIOUS_MODE}.
6419 return putIntForUser(cr, Settings.Secure.LOCATION_PREVIOUS_MODE, mode, userId);
6423 * Restores the current location mode from {@link #LOCATION_PREVIOUS_MODE}.
6426 int mode = getIntForUser(cr, Settings.Secure.LOCATION_PREVIOUS_MODE,

Completed in 884 milliseconds