Home
last modified time | relevance | path

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

/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java229 private final @KeyProperties.AuthEnum int mUserAuthenticationType; field in KeyProtection
275 mUserAuthenticationType = userAuthenticationType; in KeyProtection()
440 return mUserAuthenticationType; in getUserAuthenticationType()
581 private @KeyProperties.AuthEnum int mUserAuthenticationType = field in KeyProtection.Builder
932 mUserAuthenticationType = type; in setUserAuthenticationParameters()
1117 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
412 mUserAuthenticationType = userAuthenticationType; in KeyGenParameterSpec()
708 return mUserAuthenticationType; in getUserAuthenticationType()
908 private @KeyProperties.AuthEnum int mUserAuthenticationType = field in KeyGenParameterSpec.Builder
978 mUserAuthenticationType = sourceSpec.getUserAuthenticationType(); in Builder()
1465 mUserAuthenticationType = type; in setUserAuthenticationParameters()
1752 mUserAuthenticationType, in build()