Searched refs:notifyKeyguardAuthenticated (Results 1 – 6 of 6) sorted by relevance
182 verify(mStatusBarKeyguardViewManager).notifyKeyguardAuthenticated(eq(false)); in onBiometricAuthenticated_whenFingerprintOnBouncer_dismissBouncer()197 verify(mStatusBarKeyguardViewManager, never()).notifyKeyguardAuthenticated(anyBoolean()); in onBiometricAuthenticated_whenFace_dontDismissKeyguard()215 verify(mStatusBarKeyguardViewManager).notifyKeyguardAuthenticated(eq(false)); in onBiometricAuthenticated_whenFace_andBypass_dismissKeyguard()268 verify(mStatusBarKeyguardViewManager).notifyKeyguardAuthenticated(eq(false)); in onBiometricAuthenticated_whenFaceOnBouncer_dismissBouncer()286 verify(mStatusBarKeyguardViewManager).notifyKeyguardAuthenticated(eq(false)); in onBiometricAuthenticated_whenBypassOnBouncer_dismissBouncer()301 verify(mStatusBarKeyguardViewManager).notifyKeyguardAuthenticated(eq(false)); in onBiometricAuthenticated_whenBypassOnBouncer_respectsCanPlaySubtleAnim()
159 void notifyKeyguardAuthenticated(boolean strongAuth); in notifyKeyguardAuthenticated() method
154 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() method in CarKeyguardViewController156 mBouncer.notifyKeyguardAuthenticated(strongAuth); in notifyKeyguardAuthenticated()
957 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() method in StatusBarKeyguardViewManager958 mBouncer.notifyKeyguardAuthenticated(strongAuth); in notifyKeyguardAuthenticated()
503 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() method in KeyguardBouncer
402 mKeyguardViewController.notifyKeyguardAuthenticated( in startWakeAndUnlock()