Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java596 KeyProperties.AUTH_BIOMETRIC_STRONG;
904 return setUserAuthenticationParameters(0, KeyProperties.AUTH_BIOMETRIC_STRONG); in setUserAuthenticationValidityDurationSeconds()
907 | KeyProperties.AUTH_BIOMETRIC_STRONG); in setUserAuthenticationValidityDurationSeconds()
H A DKeyGenParameterSpec.java923 KeyProperties.AUTH_BIOMETRIC_STRONG;
1438 return setUserAuthenticationParameters(0, KeyProperties.AUTH_BIOMETRIC_STRONG); in setUserAuthenticationValidityDurationSeconds()
1441 | KeyProperties.AUTH_BIOMETRIC_STRONG); in setUserAuthenticationValidityDurationSeconds()
H A DKeyProperties.java49 AUTH_BIOMETRIC_STRONG,
63 public static final int AUTH_BIOMETRIC_STRONG = 1 << 1; field in KeyProperties
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStore2ParameterUtils.java243 if (spec.getUserAuthenticationType() == (KeyProperties.AUTH_BIOMETRIC_STRONG in addSids()
257 if ((spec.getUserAuthenticationType() & KeyProperties.AUTH_BIOMETRIC_STRONG) != 0) { in addSids()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39615 field public static final int AUTH_BIOMETRIC_STRONG = 2; // 0x2