Home
last modified time | relevance | path

Searched refs:biometricUnlockController (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationControllerTest.kt67 private lateinit var biometricUnlockController: BiometricUnlockController in <lambda>() variable in com.android.systemui.keyguard.KeyguardUnlockAnimationControllerTest
108 featureFlags, { biometricUnlockController }, statusBarStateController, in <lambda>()
142 whenever(biometricUnlockController.isWakeAndUnlock).thenReturn(true) in <lambda>()
175 whenever(biometricUnlockController.isWakeAndUnlock).thenReturn(false) in <lambda>()
191 whenever(biometricUnlockController.isWakeAndUnlock).thenReturn(true) in <lambda>()
192 whenever(biometricUnlockController.mode).thenReturn( in <lambda>()
211 whenever(biometricUnlockController.isWakeAndUnlock).thenReturn(true) in <lambda>()
212 whenever(biometricUnlockController.mode).thenReturn( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeWallpaperState.java51 BiometricUnlockController biometricUnlockController, in DozeWallpaperState() argument
54 mBiometricUnlockController = biometricUnlockController; in DozeWallpaperState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthRippleControllerTest.kt87 private lateinit var biometricUnlockController: BiometricUnlockController variable in com.android.systemui.biometrics.AuthRippleControllerTest
132 biometricUnlockController, in setUp()
157 verify(biometricUnlockController).addListener(biometricUnlockListener.capture()) in testFingerprintTrigger_KeyguardShowing_Ripple()
264 `when`(biometricUnlockController.isWakeAndUnlock).thenReturn(true) in testAnimatorRunWhenWakeAndUnlock_fingerprint()
283 `when`(biometricUnlockController.isWakeAndUnlock).thenReturn(true) in testAnimatorRunWhenWakeAndUnlock_faceUdfpsFingerDown()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.kt26 val Kosmos.biometricUnlockController: BiometricUnlockController by Fixture { in <lambda>() constant
DDozeServiceHostKosmos.kt48 { biometricUnlockController }, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt84 private val biometricUnlockController: BiometricUnlockController, in <lambda>() constant in com.android.systemui.biometrics.AuthRippleController
137 biometricUnlockController.addListener(biometricModeListener) in <lambda>()
166 biometricUnlockController.removeListener(biometricModeListener) in <lambda>()
226 if (statusBarStateController.isDozing || biometricUnlockController.isWakeAndUnlock) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardViewController.java190 BiometricUnlockController biometricUnlockController, in registerCentralSurfaces() argument
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt82 @Mock private lateinit var biometricUnlockController: BiometricUnlockController variable in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImplTest
112 biometricUnlockControllerLazy = { biometricUnlockController }, in setUp()
265 verify(biometricUnlockController) in dismissKeyguardThenExecute_startWakeAndUnlock()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java161 BiometricUnlockController biometricUnlockController = new BiometricUnlockController( in createController() local
176 biometricUnlockController.setKeyguardViewController(mStatusBarKeyguardViewManager); in createController()
177 biometricUnlockController.addListener(mBiometricUnlockEventsListener); in createController()
179 return biometricUnlockController; in createController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeDepthController.kt63 private val biometricUnlockController: BiometricUnlockController, in <lambda>() constant in com.android.systemui.statusbar.NotificationShadeDepthController
259 biometricUnlockController.mode != MODE_WAKE_AND_UNLOCK) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java159 BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() argument
160 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
DKeyguardStatusBarViewController.java301 BiometricUnlockController biometricUnlockController, in KeyguardStatusBarViewController() argument
328 mBiometricUnlockController = biometricUnlockController; in KeyguardStatusBarViewController()
DStatusBarKeyguardViewManager.java442 BiometricUnlockController biometricUnlockController, in registerCentralSurfaces() argument
445 mBiometricUnlockController = biometricUnlockController; in registerCentralSurfaces()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt69 @Mock private lateinit var biometricUnlockController: BiometricUnlockController in <lambda>() variable in com.android.systemui.statusbar.NotificationShadeDepthControllerTest
111 biometricUnlockController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java3615 BiometricUnlockController biometricUnlockController,
3622 biometricUnlockController,