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

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

Completed in 40 milliseconds