/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | BiometricsUnlockControllerTest.java | 139 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 …]
|
D | StatusBarKeyguardViewManagerTest.java | 134 @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()
|
D | CentralSurfacesImplTest.java | 261 @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()
|
D | KeyguardStatusBarViewControllerTest.java | 130 private BiometricUnlockController mBiometricUnlockController; field in KeyguardStatusBarViewControllerTest 216 mBiometricUnlockController, in createController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeWallpaperState.java | 45 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/ |
D | DozeSuppressorTest.java | 77 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()
|
D | DozeWallpaperStateTest.java | 49 @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/ |
D | StatusBarKeyguardViewManager.java | 286 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 …]
|
D | LightBarController.java | 72 private BiometricUnlockController mBiometricUnlockController; field in LightBarController 160 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController() 371 if (mBiometricUnlockController == null) { in animateChange() 374 int unlockMode = mBiometricUnlockController.getMode(); in animateChange()
|
D | CentralSurfacesImpl.java | 366 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 …]
|
D | KeyguardStatusBarViewController.java | 123 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/ |
D | DozeServiceHostTest.java | 96 @Mock private BiometricUnlockController mBiometricUnlockController; field in DozeServiceHostTest 107 () -> mBiometricUnlockController, () -> mAssistManager, mDozeScrimController, in setup()
|