Searched refs:mBiometricUnlockInteractor (Results 1 – 2 of 2) sorted by relevance
182 private final BiometricUnlockInteractor mBiometricUnlockInteractor; field in BiometricUnlockController306 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()
135 private BiometricUnlockInteractor mBiometricUnlockInteractor; field in BiometricsUnlockControllerTest172 mBiometricUnlockInteractor, in createController()507 verify(mBiometricUnlockInteractor, never()).setBiometricUnlockState(anyInt(), any()); in biometricUnlockStateResetOnTransitionFromGone()517 verify(mBiometricUnlockInteractor).setBiometricUnlockState(eq(MODE_NONE), eq(null)); in biometricUnlockStateResetOnTransitionFromGone()