Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt50 get() = field && unlockMethodCache.isFaceAuthEnabled
DUnlockMethodCache.java114 public boolean isFaceAuthEnabled() { in isFaceAuthEnabled() method in UnlockMethodCache
DKeyguardBouncer.java176 if (mUnlockMethodCache.isFaceAuthEnabled() && !needsFullscreenBouncer() in show()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java386 when(mUnlockMethodCache.isFaceAuthEnabled()).thenReturn(true); in testShow_delaysIfFaceAuthIsRunning()
399 when(mUnlockMethodCache.isFaceAuthEnabled()).thenReturn(true); in testShow_delaysIfFaceAuthIsRunning_unlessBypass()
DBiometricsUnlockControllerTest.java85 when(mUnlockMethodCache.isFaceAuthEnabled()).thenReturn(true); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java274 mSwipeUpToRetry = mUnlockMethodCache.isFaceAuthEnabled() in updateBiometricRetry()