Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSuppressor.java59 private final Lazy<BiometricUnlockController> mBiometricUnlockControllerLazy; field in DozeSuppressor
74 mBiometricUnlockControllerLazy = biometricUnlockControllerLazy; in DozeSuppressor()
132 } else if (mBiometricUnlockControllerLazy.get().hasPendingAuthentication()) { in checkShouldImmediatelyEndDoze()
146 + mBiometricUnlockControllerLazy.get().hasPendingAuthentication()); in dump()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeSuppressorTest.java75 private Lazy<BiometricUnlockController> mBiometricUnlockControllerLazy; field in DozeSuppressorTest
93 when(mBiometricUnlockControllerLazy.get()).thenReturn(mBiometricUnlockController); in setUp()
102 mBiometricUnlockControllerLazy, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java96 private final Lazy<BiometricUnlockController> mBiometricUnlockControllerLazy; field in DozeServiceHost
140 mBiometricUnlockControllerLazy = biometricUnlockControllerLazy; in DozeServiceHost()
253 if (mBiometricUnlockControllerLazy.get().getMode() in updateDozing()
356 return mBiometricUnlockControllerLazy.get().getMode() in isPulsingBlocked()
DCentralSurfacesImpl.java418 private final Lazy<BiometricUnlockController> mBiometricUnlockControllerLazy; field in CentralSurfacesImpl
774 mBiometricUnlockControllerLazy = biometricUnlockControllerLazy; in CentralSurfacesImpl()
1515 mBiometricUnlockController = mBiometricUnlockControllerLazy.get(); in startKeyguard()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java260 @Mock private Lazy<BiometricUnlockController> mBiometricUnlockControllerLazy; field in CentralSurfacesImplTest
440 when(mBiometricUnlockControllerLazy.get()).thenReturn(mBiometricUnlockController); in setup()
553 mBiometricUnlockControllerLazy, in createCentralSurfaces()