Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java1487 testCanAuthenticate_whenLockedOut(LockoutTracker.LOCKOUT_TIMED); in testCanAuthenticate_whenLockoutTimed()
1492 testCanAuthenticate_whenLockedOut(LockoutTracker.LOCKOUT_PERMANENT); in testCanAuthenticate_whenLockoutPermanent()
1495 private void testCanAuthenticate_whenLockedOut(@LockoutTracker.LockoutMode int lockoutMode) in testCanAuthenticate_whenLockedOut() method in BiometricServiceTest