Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationTest.java272 int allowedAuthenticators, boolean shouldKeyBeUsable, byte[] payload, in testCredentialBoundEncryption() argument
277 final int canAuthenticate = mBiometricManager.canAuthenticate(allowedAuthenticators); in testCredentialBoundEncryption()
280 + allowedAuthenticators + " Result: " + canAuthenticate); in testCredentialBoundEncryption()
285 if (mBiometricManager.canAuthenticate(allowedAuthenticators) in testCredentialBoundEncryption()
288 + allowedAuthenticators); in testCredentialBoundEncryption()
327 builder.setAllowedAuthenticators(allowedAuthenticators); in testCredentialBoundEncryption()
330 if ((allowedAuthenticators & Authenticators.DEVICE_CREDENTIAL) == 0) { in testCredentialBoundEncryption()