Home
last modified time | relevance | path

Searched refs:getUserAuthenticationType (Results 1 – 8 of 8) sorted by relevance

/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()
285 } else if ((spec.getUserAuthenticationType() & KeyProperties.AUTH_DEVICE_CREDENTIAL) in addSids()
332 KeymasterDefs.KM_TAG_USER_AUTH_TYPE, spec.getUserAuthenticationType() in addUserAuthArgs()
343 KeymasterDefs.KM_TAG_USER_AUTH_TYPE, spec.getUserAuthenticationType() in addUserAuthArgs()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DUserAuthArgs.java31 @KeyProperties.AuthEnum int getUserAuthenticationType(); in getUserAuthenticationType() method
H A DKeyInfo.java327 public @KeyProperties.AuthEnum int getUserAuthenticationType() { in getUserAuthenticationType() method in KeyInfo
H A DKeyGenParameterSpec.java711 public @KeyProperties.AuthEnum int getUserAuthenticationType() { in getUserAuthenticationType() method in KeyGenParameterSpec
993 mUserAuthenticationType = sourceSpec.getUserAuthenticationType(); in Builder()
H A DParcelableKeyGenParameterSpec.java100 out.writeInt(mSpec.getUserAuthenticationType()); in writeToParcel()
H A DKeyProtection.java442 public @KeyProperties.AuthEnum int getUserAuthenticationType() { in getUserAuthenticationType() method in KeyProtection
/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.txt39530 method public int getUserAuthenticationType();
39591 method public int getUserAuthenticationType();
39672 method public int getUserAuthenticationType();