Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationControllerTest.kt51 private lateinit var biometricUnlockController: BiometricUnlockController
62 smartspaceTransitionController, featureFlags, biometricUnlockController
88 `when`(biometricUnlockController.isWakeAndUnlock).thenReturn(true)
119 `when`(biometricUnlockController.isWakeAndUnlock).thenReturn(false)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DLatencyTester.java50 public LatencyTester(Context context, BiometricUnlockController biometricUnlockController, in LatencyTester() argument
54 mBiometricUnlockController = biometricUnlockController; in LatencyTester()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeWallpaperState.java51 BiometricUnlockController biometricUnlockController, in DozeWallpaperState() argument
54 mBiometricUnlockController = biometricUnlockController; in DozeWallpaperState()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthRippleControllerTest.kt74 @Mock private lateinit var biometricUnlockController: BiometricUnlockController
102 biometricUnlockController,
275 `when`(biometricUnlockController.isWakeAndUnlock).thenReturn(true)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt100 private val biometricUnlockController: BiometricUnlockController
235 if (biometricUnlockController.isWakeAndUnlock) {
H A DKeyguardViewMediator.java2683 BiometricUnlockController biometricUnlockController, in registerStatusBar() argument
2689 biometricUnlockController, in registerStatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardViewController.java194 BiometricUnlockController biometricUnlockController, in registerStatusBar() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java115 BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() argument
116 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
H A DKeyguardStatusBarViewController.java231 BiometricUnlockController biometricUnlockController, in KeyguardStatusBarViewController() argument
248 mBiometricUnlockController = biometricUnlockController; in KeyguardStatusBarViewController()
H A DStatusBarKeyguardViewManager.java273 BiometricUnlockController biometricUnlockController, in registerStatusBar() argument
277 mBiometricUnlockController = biometricUnlockController; in registerStatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt69 private val biometricUnlockController: BiometricUnlockController,
141 if (statusBarStateController.isDozing || biometricUnlockController.isWakeAndUnlock) {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt63 @Mock private lateinit var biometricUnlockController: BiometricUnlockController
101 statusBarStateController, blurUtils, biometricUnlockController,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt59 private val biometricUnlockController: BiometricUnlockController,
233 biometricUnlockController.mode != MODE_WAKE_AND_UNLOCK) {
H A DNotificationMediaManager.java789 public void setBiometricUnlockController(BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() argument
790 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java394 BiometricUnlockController biometricUnlockController, in registerStatusBar() argument