Searched refs:mPrimaryBouncerInteractor (Results 1 – 2 of 2) sorted by relevance
97 private final PrimaryBouncerInteractor mPrimaryBouncerInteractor; field in CarKeyguardViewController186 mPrimaryBouncerInteractor = primaryBouncerInteractor; in CarKeyguardViewController()228 mPrimaryBouncerInteractor.notifyKeyguardAuthenticatedBiometrics(strongAuth); in notifyKeyguardAuthenticated()234 if (mShowing && !mPrimaryBouncerInteractor.isFullyShowing()) { in showPrimaryBouncer()235 mPrimaryBouncerInteractor.show(/* isScrimmed= */ true); in showPrimaryBouncer()262 mPrimaryBouncerInteractor.hide(); in hide()300 mPrimaryBouncerInteractor.hide(); in onFinishedGoingToSleep()323 mPrimaryBouncerInteractor.hide(); in onCancelClicked()346 mPrimaryBouncerInteractor.startDisappearAnimation(finishRunnable); in startPreHideAnimation()393 return mPrimaryBouncerInteractor.isFullyShowing(); in isBouncerShowing()[all …]
93 private PrimaryBouncerInteractor mPrimaryBouncerInteractor; field in CarKeyguardViewControllerTest140 mPrimaryBouncerInteractor, in setUp()161 verify(mPrimaryBouncerInteractor).show(/* isScrimmed= */ true); in onShow_bouncerIsSecure_showsBouncerWithSecuritySelectionReset()178 verify(mPrimaryBouncerInteractor, Mockito.times(2)).hide(); in onShow_bouncerNotSecure_hidesBouncerAndDestroysTheView()206 verify(mPrimaryBouncerInteractor).hide(); in onHide_keyguardShowing_hidesBouncerAndDestroysTheView()213 verify(mPrimaryBouncerInteractor, never()).hide(); in onHide_keyguardNotShown_doesNotHideOrDestroyBouncer()234 reset(mPrimaryBouncerInteractor); in setOccludedFalse_currentlyOccluded_showsKeyguard()239 verify(mPrimaryBouncerInteractor).show(/* isScrimmed= */ true); in setOccludedFalse_currentlyOccluded_showsKeyguard()285 verify(mPrimaryBouncerInteractor).hide(); in onFinishedGoingToSleep()312 verify(mPrimaryBouncerInteractor).hide(); in onCancelClicked_hidesBouncerAndDestroysTheView()