Home
last modified time | relevance | path

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

/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributesTest.java203 assertThat(mPhysicalDeviceAttributes.getKeyAuthenticatorType()).isEqualTo(0); in parseCertificate_keyAuthenticatorType()
204 assertThat(mPhysicalDeviceAttributes2.getKeyAuthenticatorType()).isEqualTo(0); in parseCertificate_keyAuthenticatorType()
/frameworks/base/services/core/java/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributes.java210 int getKeyAuthenticatorType() { in getKeyAuthenticatorType() method in AndroidKeystoreAttestationVerificationAttributes