Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java637 KeyProperties.AUTH_BIOMETRIC_STRONG;
969 return setUserAuthenticationParameters(0, KeyProperties.AUTH_BIOMETRIC_STRONG); in setUserAuthenticationValidityDurationSeconds()
972 | KeyProperties.AUTH_BIOMETRIC_STRONG); in setUserAuthenticationValidityDurationSeconds()
DKeyGenParameterSpec.java968 KeyProperties.AUTH_BIOMETRIC_STRONG;
1509 return setUserAuthenticationParameters(0, KeyProperties.AUTH_BIOMETRIC_STRONG); in setUserAuthenticationValidityDurationSeconds()
1512 | KeyProperties.AUTH_BIOMETRIC_STRONG); in setUserAuthenticationValidityDurationSeconds()
DKeyProperties.java48 AUTH_BIOMETRIC_STRONG,
62 public static final int AUTH_BIOMETRIC_STRONG = 1 << 1; field in KeyProperties
/frameworks/base/keystore/java/android/security/keystore2/
DKeyStore2ParameterUtils.java243 if (spec.getUserAuthenticationType() == (KeyProperties.AUTH_BIOMETRIC_STRONG in addSids()
257 if ((spec.getUserAuthenticationType() & KeyProperties.AUTH_BIOMETRIC_STRONG) != 0) { in addSids()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39832 field public static final int AUTH_BIOMETRIC_STRONG = 2; // 0x2