Searched refs:mInteractiveToAuthProvider (Results 1 – 1 of 1) sorted by relevance
277 private FingerprintInteractiveToAuthProvider mInteractiveToAuthProvider; field in KeyguardUpdateMonitorTest1710 when(mInteractiveToAuthProvider.isEnabled(anyInt())).thenReturn(false); in startsListeningForSfps_whenKeyguardIsVisible_ifRequireInteractiveToAuthEnabled()1727 when(mInteractiveToAuthProvider.isEnabled(anyInt())).thenReturn(true); in startsListeningForSfps_whenKeyguardIsVisible_ifRequireInteractiveToAuthEnabled()1758 when(mInteractiveToAuthProvider.isEnabled(anyInt())).thenReturn(true); in notListeningForSfps_whenGoingToSleep_ifRequireInteractiveToAuthEnabled()1787 when(mInteractiveToAuthProvider.isEnabled(anyInt())).thenReturn(false); in listeningForSfps_whenGoingToSleep_ifRequireInteractiveToAuthDisabled()3531 Optional.of(mInteractiveToAuthProvider), mFeatureFlags, in TestableKeyguardUpdateMonitor()