Searched refs:LOCATION_SHOW_SYSTEM_OPS (Results 1 – 5 of 5) sorted by relevance
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()
118 Settings.Secure.LOCATION_SHOW_SYSTEM_OPS, mContentObserver, UserHandle.USER_ALL); in LocationControllerImpl()221 return mSecureSettings.getIntForUser(Settings.Secure.LOCATION_SHOW_SYSTEM_OPS, 0, in getShowSystemSetting()
342 VALIDATORS.put(Secure.LOCATION_SHOW_SYSTEM_OPS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
906 Settings.Secure.LOCATION_SHOW_SYSTEM_OPS, in secureSettingsBackedUpOrDenied()
7705 public static final String LOCATION_SHOW_SYSTEM_OPS = "locationShowSystemOps"; field in Settings.Secure