Home
last modified time | relevance | path

Searched refs:ACTIVE_UNLOCK_ON_UNLOCK_INTENT (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DActiveUnlockConfigTest.kt30 import android.provider.Settings.Secure.ACTIVE_UNLOCK_ON_UNLOCK_INTENT
179 secureSettings.putIntForUser(ACTIVE_UNLOCK_ON_UNLOCK_INTENT, 1, currentUser) in onUnlockIntentSettingChanged()
180 updateSetting(secureSettings.getUriFor(ACTIVE_UNLOCK_ON_UNLOCK_INTENT)) in onUnlockIntentSettingChanged()
563 verifyRegisterSettingObserver(secureSettings.getUriFor(ACTIVE_UNLOCK_ON_UNLOCK_INTENT)) in verifyRegisterSettingObserver()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DActiveUnlockConfig.kt30 import android.provider.Settings.Secure.ACTIVE_UNLOCK_ON_UNLOCK_INTENT
123 private val unlockIntentUri = secureSettings.getUriFor(ACTIVE_UNLOCK_ON_UNLOCK_INTENT)
188 ACTIVE_UNLOCK_ON_UNLOCK_INTENT, 0, in onChange()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java136 Settings.Secure.ACTIVE_UNLOCK_ON_UNLOCK_INTENT,
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java196 VALIDATORS.put(Secure.ACTIVE_UNLOCK_ON_UNLOCK_INTENT, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/core/java/android/provider/
DSettings.java11058 public static final String ACTIVE_UNLOCK_ON_UNLOCK_INTENT = field in Settings.Secure