Home
last modified time | relevance | path

Searched refs:configFaceAuthSupportedPosture (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassController.kt49 @DevicePostureInt private val configFaceAuthSupportedPosture: Int
123 configFaceAuthSupportedPosture =
131 if (configFaceAuthSupportedPosture != DEVICE_POSTURE_UNKNOWN) {
224 return when (configFaceAuthSupportedPosture) {
226 else -> (postureState == configFaceAuthSupportedPosture)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DBiometricSettingsRepository.kt155 val configFaceAuthSupportedPosture = regex
160 if (configFaceAuthSupportedPosture == DevicePosture.UNKNOWN) {
164 it == configFaceAuthSupportedPosture