Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeymasterUtils.java87 if (spec.getUserAuthenticationType() == (KeyProperties.AUTH_BIOMETRIC_STRONG in addSids()
100 if ((spec.getUserAuthenticationType() & KeyProperties.AUTH_BIOMETRIC_STRONG) != 0) { in addSids()
128 } else if ((spec.getUserAuthenticationType() & KeyProperties.AUTH_DEVICE_CREDENTIAL) in addSids()
175 args.addEnum(KeymasterDefs.KM_TAG_USER_AUTH_TYPE, spec.getUserAuthenticationType()); in addUserAuthArgs()
183 args.addEnum(KeymasterDefs.KM_TAG_USER_AUTH_TYPE, spec.getUserAuthenticationType()); in addUserAuthArgs()
DUserAuthArgs.java31 @KeyProperties.AuthEnum int getUserAuthenticationType(); in getUserAuthenticationType() method
DKeyInfo.java318 public @KeyProperties.AuthEnum int getUserAuthenticationType() { in getUserAuthenticationType() method in KeyInfo
DKeyGenParameterSpec.java623 public @KeyProperties.AuthEnum int getUserAuthenticationType() { in getUserAuthenticationType() method in KeyGenParameterSpec
834 mUserAuthenticationType = sourceSpec.getUserAuthenticationType(); in Builder()
DParcelableKeyGenParameterSpec.java100 out.writeInt(mSpec.getUserAuthenticationType()); in writeToParcel()
DKeyProtection.java435 public @KeyProperties.AuthEnum int getUserAuthenticationType() { in getUserAuthenticationType() method in KeyProtection
/frameworks/base/api/
Dcurrent.txt42745 method public int getUserAuthenticationType();
42800 method public int getUserAuthenticationType();
42872 method public int getUserAuthenticationType();