Home
last modified time | relevance | path

Searched refs:mBiometricUnlockController (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java139 private BiometricUnlockController mBiometricUnlockController; field in BiometricsUnlockControllerTest
153 mBiometricUnlockController = createController(false); in setUp()
186 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_fingerprintAndBiometricsDisallowed_showPrimaryBouncer()
190 assertThat(mBiometricUnlockController.getMode()) in onBiometricAuthenticated_fingerprintAndBiometricsDisallowed_showPrimaryBouncer()
198 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_fingerprint_nonStrongBioDisallowed_showPrimaryBouncer()
201 assertThat(mBiometricUnlockController.getMode()) in onBiometricAuthenticated_fingerprint_nonStrongBioDisallowed_showPrimaryBouncer()
203 assertThat(mBiometricUnlockController.getBiometricType()) in onBiometricAuthenticated_fingerprint_nonStrongBioDisallowed_showPrimaryBouncer()
216 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_whenFingerprintAndNotInteractive_wakeAndUnlock()
220 assertThat(mBiometricUnlockController.getMode()) in onBiometricAuthenticated_whenFingerprintAndNotInteractive_wakeAndUnlock()
234 mBiometricUnlockController.onBiometricAuthenticated(UserHandle.USER_CURRENT, in onBiometricAuthenticated_whenDeviceIsAlreadyUnlocked_wakeAndUnlock()
[all …]
DStatusBarKeyguardViewManagerTest.java134 @Mock private BiometricUnlockController mBiometricUnlockController; field in StatusBarKeyguardViewManagerTest
242 mBiometricUnlockController, in setUp()
343 when(mBiometricUnlockController.getMode()) in onPanelExpansionChanged_neverTranslatesBouncerWhenWakeAndUnlock()
360 when(mBiometricUnlockController.getMode()) in onPanelExpansionChanged_neverTranslatesBouncerWhenDismissBouncer()
399 when(mBiometricUnlockController.getMode()) in onPanelExpansionChanged_neverTranslatesBouncerWhenShowBouncer()
DCentralSurfacesImplTest.java261 @Mock private BiometricUnlockController mBiometricUnlockController; field in CentralSurfacesImplTest
440 when(mBiometricUnlockControllerLazy.get()).thenReturn(mBiometricUnlockController); in setup()
748 when(mBiometricUnlockController.getMode()) in testFingerprintUnlock_UpdatesScrims()
1131 when(mBiometricUnlockController.getMode()).thenReturn( in fingerprintManagerNull_noNPE()
1398 when(mBiometricUnlockController.isWakeAndUnlock()).thenReturn(false); in setKeyguardShowingAndOccluded()
DKeyguardStatusBarViewControllerTest.java130 private BiometricUnlockController mBiometricUnlockController; field in KeyguardStatusBarViewControllerTest
216 mBiometricUnlockController, in createController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeWallpaperState.java45 private final BiometricUnlockController mBiometricUnlockController; field in DozeWallpaperState
54 mBiometricUnlockController = biometricUnlockController; in DozeWallpaperState()
83 animated = (fastDisplay && !mBiometricUnlockController.unlockedByWakeAndUnlock()) in transitionTo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeSuppressorTest.java77 private BiometricUnlockController mBiometricUnlockController; field in DozeSuppressorTest
93 when(mBiometricUnlockControllerLazy.get()).thenReturn(mBiometricUnlockController); in setUp()
94 when(mBiometricUnlockController.hasPendingAuthentication()).thenReturn(false); in setUp()
230 when(mBiometricUnlockController.hasPendingAuthentication()).thenReturn(true); in testEndDoze_hasPendingUnlock()
DDozeWallpaperStateTest.java49 @Mock BiometricUnlockController mBiometricUnlockController; field in DozeWallpaperStateTest
55 mDozeWallpaperState = new DozeWallpaperState(mIWallpaperManager, mBiometricUnlockController, in setUp()
112 when(mBiometricUnlockController.unlockedByWakeAndUnlock()).thenReturn(true); in testDoesNotAnimate_whenWakeAndUnlock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java286 private BiometricUnlockController mBiometricUnlockController; field in StatusBarKeyguardViewManager
445 mBiometricUnlockController = biometricUnlockController; in registerCentralSurfaces()
914 int mode = mBiometricUnlockController.getMode(); in isWakeAndUnlocking()
1187 mBiometricUnlockController.startKeyguardFadingAway(); in hide()
1203 mBiometricUnlockController.finishKeyguardFadingAway(); in hide()
1233 mBiometricUnlockController.finishKeyguardFadingAway(); in onKeyguardFadedAway()
1237 if (mBiometricUnlockController.isWakeAndUnlock() && mLatencyTracker.isEnabled()) { in wakeAndUnlockDejank()
1238 BiometricSourceType type = mBiometricUnlockController.getBiometricType(); in wakeAndUnlockDejank()
1426 mLastBiometricMode = mBiometricUnlockController.getMode(); in updateStates()
1458 boolean isWakeAndUnlockPulsing = mBiometricUnlockController != null in isNavBarVisible()
[all …]
DLightBarController.java72 private BiometricUnlockController mBiometricUnlockController; field in LightBarController
160 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
371 if (mBiometricUnlockController == null) { in animateChange()
374 int unlockMode = mBiometricUnlockController.getMode(); in animateChange()
DCentralSurfacesImpl.java366 private BiometricUnlockController mBiometricUnlockController; field in CentralSurfacesImpl
1515 mBiometricUnlockController = mBiometricUnlockControllerLazy.get(); in startKeyguard()
1516 mBiometricUnlockController.addListener( in startKeyguard()
1545 mBiometricUnlockController, in startKeyguard()
1550 mBiometricUnlockController.setKeyguardViewController(mStatusBarKeyguardViewManager); in startKeyguard()
1553 mLightBarController.setBiometricUnlockController(mBiometricUnlockController); in startKeyguard()
2026 boolean wakeAndUnlocking = mBiometricUnlockController.isWakeAndUnlock(); in updateIsKeyguard()
2092 if (mState == StatusBarState.KEYGUARD && mBiometricUnlockController.getMode() in updatePanelExpansionForKeyguard()
2727 if (mBiometricUnlockController.getMode() in notifyBiometricAuthModeChanged()
2765 mBiometricUnlockController.isWakeAndUnlock() in updateScrimController()
[all …]
DKeyguardStatusBarViewController.java123 private final BiometricUnlockController mBiometricUnlockController; field in KeyguardStatusBarViewController
227 && !mBiometricUnlockController.isBiometricUnlock()) {
328 mBiometricUnlockController = biometricUnlockController; in KeyguardStatusBarViewController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java96 @Mock private BiometricUnlockController mBiometricUnlockController; field in DozeServiceHostTest
107 () -> mBiometricUnlockController, () -> mAssistManager, mDozeScrimController, in setup()