Searched refs:isFaceAuthEnabled (Results 1 – 6 of 6) sorted by relevance
50 get() = field && unlockMethodCache.isFaceAuthEnabled
114 public boolean isFaceAuthEnabled() { in isFaceAuthEnabled() method in UnlockMethodCache
176 if (mUnlockMethodCache.isFaceAuthEnabled() && !needsFullscreenBouncer() in show()
386 when(mUnlockMethodCache.isFaceAuthEnabled()).thenReturn(true); in testShow_delaysIfFaceAuthIsRunning()399 when(mUnlockMethodCache.isFaceAuthEnabled()).thenReturn(true); in testShow_delaysIfFaceAuthIsRunning_unlessBypass()
85 when(mUnlockMethodCache.isFaceAuthEnabled()).thenReturn(true); in setUp()
274 mSwipeUpToRetry = mUnlockMethodCache.isFaceAuthEnabled() in updateBiometricRetry()