Searched refs:ACTIVE_UNLOCK_ON_FACE_ERRORS (Results 1 – 5 of 5) sorted by relevance
29 import android.provider.Settings.Secure.ACTIVE_UNLOCK_ON_FACE_ERRORS257 secureSettings.putStringForUser(ACTIVE_UNLOCK_ON_FACE_ERRORS, "3", currentUser) in faceErrorSettingsChanged()258 updateSetting(secureSettings.getUriFor(ACTIVE_UNLOCK_ON_FACE_ERRORS)) in faceErrorSettingsChanged()565 verifyRegisterSettingObserver(secureSettings.getUriFor(ACTIVE_UNLOCK_ON_FACE_ERRORS)) in verifyRegisterSettingObserver()
29 import android.provider.Settings.Secure.ACTIVE_UNLOCK_ON_FACE_ERRORS125 private val faceErrorsUri = secureSettings.getUriFor(ACTIVE_UNLOCK_ON_FACE_ERRORS)200 secureSettings.getStringForUser(ACTIVE_UNLOCK_ON_FACE_ERRORS, in onChange()
139 Settings.Secure.ACTIVE_UNLOCK_ON_FACE_ERRORS,
199 VALIDATORS.put(Secure.ACTIVE_UNLOCK_ON_FACE_ERRORS, ANY_STRING_VALIDATOR); in VALIDATORS.put() argument
11083 public static final String ACTIVE_UNLOCK_ON_FACE_ERRORS = field in Settings.Secure