Searched refs:CONTROLS_ENABLED (Results 1 – 6 of 6) sorted by relevance
115 `when`(secureSettings.getInt(Settings.Secure.CONTROLS_ENABLED, 1)).thenReturn(1) in capture()138 `when`(secureSettings.getInt(Settings.Secure.CONTROLS_ENABLED, 1)).thenReturn(0) in testCallbackWithNullValueWhenSettingIsDisabled()
97 if (secureSettings.getInt(Settings.Secure.CONTROLS_ENABLED, 1) == 0) { in <lambda>()
116 Settings.Secure.CONTROLS_ENABLED,
165 VALIDATORS.put(Secure.CONTROLS_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
2095 Settings.Secure.CONTROLS_ENABLED, in dumpProtoSecureSettingsLocked()
11473 public static final String CONTROLS_ENABLED = "controls_enabled"; field in Settings.Secure