Searched refs:allowedAuthenticators (Results 1 – 1 of 1) sorted by relevance
270 int allowedAuthenticators, boolean shouldKeyBeUsable, byte[] payload, in testCredentialBoundEncryption() argument275 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()