Searched refs:LOCATION_SHOW_SYSTEM_OPS (Results 1 – 5 of 5) sorted by relevance
119 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()
251 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()
365 VALIDATORS.put(Secure.LOCATION_SHOW_SYSTEM_OPS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
861 Settings.Secure.LOCATION_SHOW_SYSTEM_OPS, in secureSettingsBackedUpOrDenied()
8245 public static final String LOCATION_SHOW_SYSTEM_OPS = "locationShowSystemOps"; field in Settings.Secure