Home
last modified time | relevance | path

Searched refs:mUserAuthenticationType (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java229 private final @KeyProperties.AuthEnum int mUserAuthenticationType; field in KeyProtection
277 mUserAuthenticationType = userAuthenticationType; in KeyProtection()
443 return mUserAuthenticationType; in getUserAuthenticationType()
595 private @KeyProperties.AuthEnum int mUserAuthenticationType = field in KeyProtection.Builder
947 mUserAuthenticationType = type; in setUserAuthenticationParameters()
1147 mUserAuthenticationType, in build()
H A DKeyInfo.java81 private final @KeyProperties.AuthEnum int mUserAuthenticationType; field in KeyInfo
131 mUserAuthenticationType = userAuthenticationType; in KeyInfo()
328 return mUserAuthenticationType; in getUserAuthenticationType()
H A DKeyGenParameterSpec.java309 private final @KeyProperties.AuthEnum int mUserAuthenticationType; field in KeyGenParameterSpec
415 mUserAuthenticationType = userAuthenticationType; in KeyGenParameterSpec()
712 return mUserAuthenticationType; in getUserAuthenticationType()
922 private @KeyProperties.AuthEnum int mUserAuthenticationType = field in KeyGenParameterSpec.Builder
993 mUserAuthenticationType = sourceSpec.getUserAuthenticationType(); in Builder()
1481 mUserAuthenticationType = type; in setUserAuthenticationParameters()
1789 mUserAuthenticationType, in build()