Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java1434 testCanAuthenticate_whenLockedOut(LockoutTracker.LOCKOUT_TIMED); in testCanAuthenticate_whenLockoutTimed()
1439 testCanAuthenticate_whenLockedOut(LockoutTracker.LOCKOUT_PERMANENT); in testCanAuthenticate_whenLockoutPermanent()
1442 private void testCanAuthenticate_whenLockedOut(@LockoutTracker.LockoutMode int lockoutMode) in testCanAuthenticate_whenLockedOut() method in BiometricServiceTest