Home
last modified time | relevance | path

Searched refs:LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/settings/
DControlsSettingsRepositoryImpl.kt58 makeFlowForSetting(Settings.Secure.LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS) in <lambda>()
DControlsSettingsDialogManager.kt186 val settings = mutableListOf(Settings.Secure.LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS) in onClick()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/settings/
DControlsSettingsDialogManagerImplTest.kt23 import android.provider.Settings.Secure.LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS in <lambda>()
61 private const val SETTING_ACTION = LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS in <lambda>()
DControlsSettingsRepositoryImplTest.kt45 private const val LOCKSCREEN_ACTION = Settings.Secure.LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java237 Settings.Secure.LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS,
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java168 VALIDATORS.put(Secure.LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/core/java/android/provider/
DSettings.java11498 public static final String LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS = field in Settings.Secure
/frameworks/base/core/api/
Dcurrent.txt40618 …SCREEN_ALLOW_TRIVIAL_CONTROLS = "android.service.controls.extra.LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS";