Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java277 private FingerprintInteractiveToAuthProvider mInteractiveToAuthProvider; field in KeyguardUpdateMonitorTest
1710 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()