Searched refs:mBiometricUnlockControllerLazy (Results 1 – 5 of 5) sorted by relevance
59 private final Lazy<BiometricUnlockController> mBiometricUnlockControllerLazy; field in DozeSuppressor74 mBiometricUnlockControllerLazy = biometricUnlockControllerLazy; in DozeSuppressor()132 } else if (mBiometricUnlockControllerLazy.get().hasPendingAuthentication()) { in checkShouldImmediatelyEndDoze()146 + mBiometricUnlockControllerLazy.get().hasPendingAuthentication()); in dump()
75 private Lazy<BiometricUnlockController> mBiometricUnlockControllerLazy; field in DozeSuppressorTest93 when(mBiometricUnlockControllerLazy.get()).thenReturn(mBiometricUnlockController); in setUp()102 mBiometricUnlockControllerLazy, in setUp()
96 private final Lazy<BiometricUnlockController> mBiometricUnlockControllerLazy; field in DozeServiceHost140 mBiometricUnlockControllerLazy = biometricUnlockControllerLazy; in DozeServiceHost()253 if (mBiometricUnlockControllerLazy.get().getMode() in updateDozing()356 return mBiometricUnlockControllerLazy.get().getMode() in isPulsingBlocked()
418 private final Lazy<BiometricUnlockController> mBiometricUnlockControllerLazy; field in CentralSurfacesImpl774 mBiometricUnlockControllerLazy = biometricUnlockControllerLazy; in CentralSurfacesImpl()1515 mBiometricUnlockController = mBiometricUnlockControllerLazy.get(); in startKeyguard()
260 @Mock private Lazy<BiometricUnlockController> mBiometricUnlockControllerLazy; field in CentralSurfacesImplTest440 when(mBiometricUnlockControllerLazy.get()).thenReturn(mBiometricUnlockController); in setup()553 mBiometricUnlockControllerLazy, in createCentralSurfaces()