Home
last modified time | relevance | path

Searched refs:LOCATION_SHOW_SYSTEM_OPS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java119 Settings.Secure.LOCATION_SHOW_SYSTEM_OPS, mContentObserver, UserHandle.USER_ALL); in LocationControllerImpl()
222 return mSecureSettings.getIntForUser(Settings.Secure.LOCATION_SHOW_SYSTEM_OPS, 0, in getShowSystemSetting()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DLocationControllerImplTest.java251 mSecureSettings.putInt(Settings.Secure.LOCATION_SHOW_SYSTEM_OPS, 1); in testCallbackNotified_additionalOps_shouldShowSystem()
284 mSecureSettings.putInt(Settings.Secure.LOCATION_SHOW_SYSTEM_OPS, 0); in testCallbackNotified_additionalOps_shouldShowSystem()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java365 VALIDATORS.put(Secure.LOCATION_SHOW_SYSTEM_OPS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SettingsProvider/test/src/android/provider/
DSettingsBackupTest.java861 Settings.Secure.LOCATION_SHOW_SYSTEM_OPS, in secureSettingsBackedUpOrDenied()
/frameworks/base/core/java/android/provider/
DSettings.java8245 public static final String LOCATION_SHOW_SYSTEM_OPS = "locationShowSystemOps"; field in Settings.Secure