Searched refs:isPostureAllowedForFaceAuth (Results 1 – 3 of 3) sorted by relevance
158 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()
95 isPostureAllowedForFaceAuth()223 fun isPostureAllowedForFaceAuth(): Boolean { regex
3221 final boolean isPostureAllowedForFaceAuth = doesPostureAllowFaceAuth(mPostureState); in shouldListenForFace()3238 && isPostureAllowedForFaceAuth in shouldListenForFace()3261 isPostureAllowedForFaceAuth, in shouldListenForFace()