Home
last modified time | relevance | path

Searched refs:isPostureAllowedForFaceAuth (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassControllerTest.kt158 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isTrue()
167 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isTrue()
176 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isTrue()
185 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse()
194 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse()
203 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse()
212 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse()
221 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse()
230 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassController.kt95 isPostureAllowedForFaceAuth()
223 fun isPostureAllowedForFaceAuth(): Boolean { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java3221 final boolean isPostureAllowedForFaceAuth = doesPostureAllowFaceAuth(mPostureState); in shouldListenForFace()
3238 && isPostureAllowedForFaceAuth in shouldListenForFace()
3261 isPostureAllowedForFaceAuth, in shouldListenForFace()