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.java270 int allowedAuthenticators, boolean shouldKeyBeUsable, byte[] payload, in testCredentialBoundEncryption() argument
275 final int canAuthenticate = mBiometricManager.canAuthenticate(allowedAuthenticators); in testCredentialBoundEncryption()
278 + allowedAuthenticators + " Result: " + canAuthenticate); in testCredentialBoundEncryption()
283 if (mBiometricManager.canAuthenticate(allowedAuthenticators) in testCredentialBoundEncryption()
286 + allowedAuthenticators); in testCredentialBoundEncryption()
325 builder.setAllowedAuthenticators(allowedAuthenticators); in testCredentialBoundEncryption()
328 if ((allowedAuthenticators & Authenticators.DEVICE_CREDENTIAL) == 0) { in testCredentialBoundEncryption()