Searched refs:showPrimaryBouncer (Results 1 – 12 of 12) sorted by relevance
179 verify(mStatusBarKeyguardViewManager).showPrimaryBouncer(anyBoolean()); in onBiometricAuthenticated_fingerprintAndBiometricsDisallowed_showPrimaryBouncer()191 verify(mStatusBarKeyguardViewManager).showPrimaryBouncer(anyBoolean()); in onBiometricAuthenticated_fingerprint_nonStrongBioDisallowed_showPrimaryBouncer()241 verify(mStatusBarKeyguardViewManager, never()).showPrimaryBouncer(anyBoolean()); in onBiometricAuthenticated_whenFingerprint_notifyKeyguardAuthenticated()320 verify(mStatusBarKeyguardViewManager).showPrimaryBouncer(anyBoolean()); in onBiometricAuthenticated_whenFace_andBypass_encrypted_showPrimaryBouncer()350 verify(mStatusBarKeyguardViewManager, never()).showPrimaryBouncer(anyBoolean()); in onBiometricAuthenticated_whenFace_noBypass_encrypted_doNothing()411 verify(mStatusBarKeyguardViewManager, never()).showPrimaryBouncer(anyBoolean()); in onUdfpsConsecutivelyFailedThreeTimes_showPrimaryBouncer()415 verify(mStatusBarKeyguardViewManager, never()).showPrimaryBouncer(anyBoolean()); in onUdfpsConsecutivelyFailedThreeTimes_showPrimaryBouncer()421 verify(mStatusBarKeyguardViewManager).showPrimaryBouncer(true); in onUdfpsConsecutivelyFailedThreeTimes_showPrimaryBouncer()653 verify(mStatusBarKeyguardViewManager).showPrimaryBouncer(anyBoolean()); in onFingerprintDetect_showBouncer()663 verify(mStatusBarKeyguardViewManager).showPrimaryBouncer(anyBoolean()); in onFaceDetect_showBouncer()
248 mStatusBarKeyguardViewManager.showPrimaryBouncer(true /* scrimmed */); in showBouncer_onlyWhenShowing()257 mStatusBarKeyguardViewManager.showPrimaryBouncer(true /* scrimmed */); in showBouncer_notWhenBouncerAlreadyShowing()263 mStatusBarKeyguardViewManager.showPrimaryBouncer(true /* scrimmed */); in showBouncer_showsTheBouncer()508 mStatusBarKeyguardViewManager.showPrimaryBouncer(true); in testHideAlternateBouncer_onShowPrimaryBouncer()879 mStatusBarKeyguardViewManager.showPrimaryBouncer(true); in alternateBouncerToShowPrimaryBouncer_updatesScrimControllerOnce()
37 mStatusBarKeyguardViewManager.showPrimaryBouncer(false); in show()
50 keyguardViewManager.showPrimaryBouncer(/* scrimmed */ true)
1045 mKeyguardViewManager.showPrimaryBouncer(true); in onAodInterrupt()
164 void showPrimaryBouncer(boolean scrimmed); in showPrimaryBouncer() method
702 mKeyguardViewController.showPrimaryBouncer(/* scrim */ true); in onLongPress()
84 verify(keyguardViewManager).showPrimaryBouncer(anyBoolean())
654 showPrimaryBouncer(scrimmed); in showBouncer()680 public void showPrimaryBouncer(boolean scrimmed) { in showPrimaryBouncer() method in StatusBarKeyguardViewManager1539 showPrimaryBouncer(true); in onTouch()
498 mKeyguardViewController.showPrimaryBouncer(true); in startWakeAndUnlock()
403 verify(mStatusBarKeyguardViewManager).showPrimaryBouncer(true); in testA11y_scrollForward()413 verify(mStatusBarKeyguardViewManager).showPrimaryBouncer(true); in testA11y_scrollUp()
5308 mStatusBarKeyguardViewManager.showPrimaryBouncer(true);