Home
last modified time | relevance | path

Searched refs:biometricUnlockControllerLazy (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt150 private val biometricUnlockControllerLazy: Lazy<BiometricUnlockController>,
449 biometricUnlockControllerLazy.get().isWakeAndUnlock /* forceIfAnimating */)
598 val isWakeAndUnlockNotFromDream = biometricUnlockControllerLazy.get().isWakeAndUnlock &&
599 biometricUnlockControllerLazy.get().mode != MODE_WAKE_AND_UNLOCK_FROM_DREAM
636 biometricUnlockControllerLazy.get().isWakeAndUnlock -> {
1056 if (biometricUnlockControllerLazy.get().isWakeAndUnlock) {
1065 !biometricUnlockControllerLazy.get().isBiometricUnlock) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeSuppressor.java69 Lazy<BiometricUnlockController> biometricUnlockControllerLazy, in DozeSuppressor() argument
74 mBiometricUnlockControllerLazy = biometricUnlockControllerLazy; in DozeSuppressor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java111 Lazy<BiometricUnlockController> biometricUnlockControllerLazy, in DozeServiceHost() argument
129 mBiometricUnlockControllerLazy = biometricUnlockControllerLazy; in DozeServiceHost()
H A DActivityStarterImpl.kt70 private val biometricUnlockControllerLazy: Lazy<BiometricUnlockController>,
790 biometricUnlockControllerLazy
H A DCentralSurfacesImpl.java734 Lazy<BiometricUnlockController> biometricUnlockControllerLazy, in CentralSurfacesImpl()
846 mBiometricUnlockControllerLazy = biometricUnlockControllerLazy; in CentralSurfacesImpl()