Searched refs:ACTIVE_UNLOCK_ON_UNLOCK_INTENT (Results 1 – 5 of 5) sorted by relevance
30 import android.provider.Settings.Secure.ACTIVE_UNLOCK_ON_UNLOCK_INTENT179 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()
30 import android.provider.Settings.Secure.ACTIVE_UNLOCK_ON_UNLOCK_INTENT123 private val unlockIntentUri = secureSettings.getUriFor(ACTIVE_UNLOCK_ON_UNLOCK_INTENT)188 ACTIVE_UNLOCK_ON_UNLOCK_INTENT, 0, in onChange()
136 Settings.Secure.ACTIVE_UNLOCK_ON_UNLOCK_INTENT,
196 VALIDATORS.put(Secure.ACTIVE_UNLOCK_ON_UNLOCK_INTENT, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
11058 public static final String ACTIVE_UNLOCK_ON_UNLOCK_INTENT = field in Settings.Secure