Home
last modified time | relevance | path

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

/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()
285 } else if ((spec.getUserAuthenticationType() & KeyProperties.AUTH_DEVICE_CREDENTIAL) in addSids()
330 KeymasterDefs.KM_TAG_USER_AUTH_TYPE, spec.getUserAuthenticationType() in addUserAuthArgs()
/frameworks/base/keystore/java/android/security/keystore/
DUserAuthArgs.java31 @KeyProperties.AuthEnum int getUserAuthenticationType(); in getUserAuthenticationType() method
DKeyInfo.java345 public @KeyProperties.AuthEnum int getUserAuthenticationType() { in getUserAuthenticationType() method in KeyInfo
DKeyGenParameterSpec.java756 public @KeyProperties.AuthEnum int getUserAuthenticationType() { in getUserAuthenticationType() method in KeyGenParameterSpec
1035 mUserAuthenticationType = sourceSpec.getUserAuthenticationType(); in Builder()
DParcelableKeyGenParameterSpec.java109 out.writeInt(mSpec.getUserAuthenticationType()); in writeToParcel()
DKeyProtection.java483 public @KeyProperties.AuthEnum int getUserAuthenticationType() { in getUserAuthenticationType() method in KeyProtection
/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.txt39744 method public int getUserAuthenticationType();
39807 method public int getUserAuthenticationType();
39890 method public int getUserAuthenticationType();