Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributes.java117 private Integer mKeyAuthenticatorType = null; field in AndroidKeystoreAttestationVerificationAttributes
211 if (mKeyAuthenticatorType == null) { in getKeyAuthenticatorType()
214 return mKeyAuthenticatorType; in getKeyAuthenticatorType()
335 this.mKeyAuthenticatorType = HW_AUTH_NONE; in AndroidKeystoreAttestationVerificationAttributes()