Home
last modified time | relevance | path

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

/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributesTest.java188 assertThat(mPhysicalDeviceAttributes.getKeyVendorPatchLevel()).isEqualTo(201907); in parseCertificate_keyVendorPatchLevel()
189 assertThat(mPhysicalDeviceAttributes2.getKeyVendorPatchLevel()).isEqualTo(20220105); in parseCertificate_keyVendorPatchLevel()
198 mVirtualDeviceAttributes.getKeyVendorPatchLevel(); in parseCertificate_keyVendorPatchLevelNotSetException()
/frameworks/base/services/core/java/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributes.java231 int getKeyVendorPatchLevel() { in getKeyVendorPatchLevel() method in AndroidKeystoreAttestationVerificationAttributes
DAttestationVerificationPeerDeviceVerifier.java480 if (!isValidPatchLevel(attestationAttributes.getKeyVendorPatchLevel())) { in checkAttestationForPeerDeviceProfile()