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