Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt68 @DevicePostureInt private val configFaceAuthSupportedPosture: Int in <lambda>() constant
127 configFaceAuthSupportedPosture = in <lambda>()
131 if (configFaceAuthSupportedPosture != DEVICE_POSTURE_UNKNOWN) { in <lambda>()
230 return when (configFaceAuthSupportedPosture) { in <lambda>()
232 else -> (postureState == configFaceAuthSupportedPosture) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepository.kt158 val configFaceAuthSupportedPosture = constant
163 if (configFaceAuthSupportedPosture == DevicePosture.UNKNOWN) {
167 it == configFaceAuthSupportedPosture in <lambda>()