Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java234 private final @KeyProperties.AuthEnum int mUserAuthenticationType; field in KeyProtection
284 mUserAuthenticationType = userAuthenticationType; in KeyProtection()
484 return mUserAuthenticationType; in getUserAuthenticationType()
636 private @KeyProperties.AuthEnum int mUserAuthenticationType = field in KeyProtection.Builder
1012 mUserAuthenticationType = type; in setUserAuthenticationParameters()
1252 mUserAuthenticationType, in build()
DKeyInfo.java82 private final @KeyProperties.AuthEnum int mUserAuthenticationType; field in KeyInfo
134 mUserAuthenticationType = userAuthenticationType; in KeyInfo()
346 return mUserAuthenticationType; in getUserAuthenticationType()
DKeyGenParameterSpec.java316 private final @KeyProperties.AuthEnum int mUserAuthenticationType; field in KeyGenParameterSpec
426 mUserAuthenticationType = userAuthenticationType; in KeyGenParameterSpec()
757 return mUserAuthenticationType; in getUserAuthenticationType()
967 private @KeyProperties.AuthEnum int mUserAuthenticationType = field in KeyGenParameterSpec.Builder
1035 mUserAuthenticationType = sourceSpec.getUserAuthenticationType(); in Builder()
1552 mUserAuthenticationType = type; in setUserAuthenticationParameters()
1901 mUserAuthenticationType, in build()