Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java94 private final Lazy<BiometricUnlockController> mBiometricUnlockControllerLazy; field in CarKeyguardViewController
183 mBiometricUnlockControllerLazy = biometricUnlockControllerLazy; in CarKeyguardViewController()
222 mBiometricUnlockControllerLazy.get().setKeyguardViewController(this); in onFinishInflate()