Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBypassControllerTest.kt193 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isTrue() in configDevicePostureClosed_matchState_isPostureAllowedForFaceAuth_returnTrue()
202 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isTrue() in configDevicePostureOpen_matchState_isPostureAllowedForFaceAuth_returnTrue()
211 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isTrue() in configDevicePostureFlipped_matchState_isPostureAllowedForFaceAuth_returnTrue()
220 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse() in configDevicePostureClosed_changeOpened_isPostureAllowedForFaceAuth_returnFalse()
229 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse() in configDevicePostureClosed_changeFlipped_isPostureAllowedForFaceAuth_returnFalse()
238 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse() in configDevicePostureOpened_changeClosed_isPostureAllowedForFaceAuth_returnFalse()
247 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse() in configDevicePostureOpened_changeFlipped_isPostureAllowedForFaceAuth_returnFalse()
256 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse() in configDevicePostureFlipped_changeClosed_isPostureAllowedForFaceAuth_returnFalse()
265 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse() in configDevicePostureFlipped_changeOpened_isPostureAllowedForFaceAuth_returnFalse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt114 isPostureAllowedForFaceAuth() in <lambda>()
229 fun isPostureAllowedForFaceAuth(): Boolean { in <lambda>() method