Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java182 private final BiometricUnlockInteractor mBiometricUnlockInteractor; field in BiometricUnlockController
306 mBiometricUnlockInteractor = biometricUnlockInteractor; in BiometricUnlockController()
338 mBiometricUnlockInteractor.setBiometricUnlockState(MODE_NONE, null); in consumeTransitionStepOnStartedKeyguardState()
543 mBiometricUnlockInteractor.setBiometricUnlockState(mode, biometricUnlockSource); in startWakeAndUnlock()
562 mBiometricUnlockInteractor.setBiometricUnlockState(mode, biometricUnlockSource); in onModeChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java135 private BiometricUnlockInteractor mBiometricUnlockInteractor; field in BiometricsUnlockControllerTest
172 mBiometricUnlockInteractor, in createController()
507 verify(mBiometricUnlockInteractor, never()).setBiometricUnlockState(anyInt(), any()); in biometricUnlockStateResetOnTransitionFromGone()
517 verify(mBiometricUnlockInteractor).setBiometricUnlockState(eq(MODE_NONE), eq(null)); in biometricUnlockStateResetOnTransitionFromGone()