Searched refs:notifyKeyguardAuthenticated (Results 1 – 4 of 4) sorted by relevance
131 verify(mStatusBarKeyguardViewManager).notifyKeyguardAuthenticated(eq(false)); in onBiometricAuthenticated_whenFingerprintOnBouncer_dismissBouncer()163 verify(mStatusBarKeyguardViewManager).notifyKeyguardAuthenticated(eq(false)); in onBiometricAuthenticated_whenFaceOnBouncer_dismissBouncer()
845 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() method in StatusBarKeyguardViewManager846 mBouncer.notifyKeyguardAuthenticated(strongAuth); in notifyKeyguardAuthenticated()
500 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() method in KeyguardBouncer
306 mStatusBarKeyguardViewManager.notifyKeyguardAuthenticated( in startWakeAndUnlock()