Home
last modified time | relevance | path

Searched refs:isFaceAuthEnabled (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java133 default boolean isFaceAuthEnabled() { in isFaceAuthEnabled() method
H A DKeyguardStateControllerImpl.java289 public boolean isFaceAuthEnabled() { in isFaceAuthEnabled() method in KeyguardStateControllerImpl
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerTest.java102 assertThat(mKeyguardStateController.isFaceAuthEnabled()).isFalse(); in testFaceAuthEnabledChanged_calledWhenFaceEnrollmentStateChanges()
108 assertThat(mKeyguardStateController.isFaceAuthEnabled()).isTrue(); in testFaceAuthEnabledChanged_calledWhenFaceEnrollmentStateChanges()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractorTest.kt407 whenever(keyguardStateController.isFaceAuthEnabled).thenReturn(true)
433 whenever(keyguardStateController.isFaceAuthEnabled).thenReturn(true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassController.kt94 return enabled && mKeyguardStateController.isFaceAuthEnabled &&
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassControllerTest.kt77 whenever(keyguardStateController.isFaceAuthEnabled).thenReturn(true)
H A DBiometricsUnlockControllerTest.java140 when(mKeyguardStateController.isFaceAuthEnabled()).thenReturn(true); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt395 keyguardStateController.isFaceAuthEnabled &&
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java738 mKeyguardStateController.isFaceAuthEnabled()); in onResume()