Searched refs:LOCKSCREEN_SHOW_CONTROLS (Results 1 – 7 of 7) sorted by relevance
118 `when`(secureSettings.getInt(eq(Settings.Secure.LOCKSCREEN_SHOW_CONTROLS), anyInt())) in testFeatureEnabledAndCannotShowOnLockScreenVisibility()130 `when`(secureSettings.getInt(eq(Settings.Secure.LOCKSCREEN_SHOW_CONTROLS), anyInt())) in testFeatureEnabledAndCanShowOnLockScreenVisibility()139 `when`(secureSettings.getInt(eq(Settings.Secure.LOCKSCREEN_SHOW_CONTROLS), anyInt())) in testFeatureEnabledAndCanShowWhileUnlockedVisibility()
68 Settings.Secure.getUriFor(Settings.Secure.LOCKSCREEN_SHOW_CONTROLS), in <lambda>()118 Settings.Secure.LOCKSCREEN_SHOW_CONTROLS, 0) != 0 in updateShowWhileLocked()
192 Settings.Secure.LOCKSCREEN_SHOW_CONTROLS,
125 secureSettings.putInt(Settings.Secure.LOCKSCREEN_SHOW_CONTROLS, 1) in setUp()
149 VALIDATORS.put(Secure.LOCKSCREEN_SHOW_CONTROLS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
5181 Secure.LOCKSCREEN_SHOW_CONTROLS,
9572 public static final String LOCKSCREEN_SHOW_CONTROLS = "lockscreen_show_controls"; field in Settings.Secure