Searched refs:canBypass (Results 1 – 3 of 3) sorted by relevance
104 val can = canBypass() in onBiometricAuthenticated()125 fun canBypass(): Boolean { in canBypass() method160 pw.print(" canBypass: "); pw.println(canBypass()) in dump()
364 when(mKeyguardBypassController.canBypass()).thenReturn(true); in testStrongAuthExceptOnBouncer()394 when(mKeyguardBypassController.canBypass()).thenReturn(true); in testTriesToAuthenticate_whenTrustOnAgentKeyguard_ifBypass()
1746 boolean canBypass = mKeyguardBypassController != null in shouldListenForFace()1747 && mKeyguardBypassController.canBypass(); in shouldListenForFace()1751 boolean becauseCannotSkipBouncer = !getUserCanSkipBouncer(user) || canBypass; in shouldListenForFace()1755 boolean strongAuthAllowsScanning = (!isEncryptedOrTimedOut || canBypass && !mBouncer) in shouldListenForFace()