Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java654 ArrayList<Integer> hardwareAuthenticators = new ArrayList<>(2);
657 hardwareAuthenticators.add(HardwareAuthenticatorType.PASSWORD);
661 hardwareAuthenticators.add(HardwareAuthenticatorType.FINGERPRINT);
664 if (hardwareAuthenticators.isEmpty()) {
668 int[] authTypesArray = hardwareAuthenticators.stream()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java1821 final int[] hardwareAuthenticators = new int[] { in testGetLastAuthenticationTime_flagOn_callsKeystoreAuthorization() local
1833 when(mKeyStoreAuthorization.getLastAuthTime(eq(secureUserId), eq(hardwareAuthenticators))) in testGetLastAuthenticationTime_flagOn_callsKeystoreAuthorization()
1843 eq(hardwareAuthenticators)); in testGetLastAuthenticationTime_flagOn_callsKeystoreAuthorization()