Searched refs:ACTIVE_UNLOCK_ON_WAKE (Results 1 – 5 of 5) sorted by relevance
33 import android.provider.Settings.Secure.ACTIVE_UNLOCK_ON_WAKE106 secureSettings.putIntForUser(ACTIVE_UNLOCK_ON_WAKE, 1, currentUser) in onWakeupSettingChanged()107 updateSetting(secureSettings.getUriFor(ACTIVE_UNLOCK_ON_WAKE)) in onWakeupSettingChanged()562 verifyRegisterSettingObserver(secureSettings.getUriFor(ACTIVE_UNLOCK_ON_WAKE)) in verifyRegisterSettingObserver()
33 import android.provider.Settings.Secure.ACTIVE_UNLOCK_ON_WAKE120 private val wakeUri = secureSettings.getUriFor(ACTIVE_UNLOCK_ON_WAKE)174 ACTIVE_UNLOCK_ON_WAKE, 0, selectedUserInteractor.getSelectedUserId()) == 1 in onChange()
135 Settings.Secure.ACTIVE_UNLOCK_ON_WAKE,
195 VALIDATORS.put(Secure.ACTIVE_UNLOCK_ON_WAKE, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
11052 public static final String ACTIVE_UNLOCK_ON_WAKE = "active_unlock_on_wake"; field in Settings.Secure