Home
last modified time | relevance | path

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

/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributesTest.java158 assertThat(mPhysicalDeviceAttributes.getKeyBootPatchLevel()).isEqualTo(201907); in parseCertificate_keyBootPatchLevel()
159 assertThat(mPhysicalDeviceAttributes2.getKeyBootPatchLevel()).isEqualTo(20220105); in parseCertificate_keyBootPatchLevel()
168 mVirtualDeviceAttributes.getKeyBootPatchLevel(); in parseCertificate_keyBootPatchLevelNotSetException()
/frameworks/base/services/core/java/com/android/server/security/
DAttestationVerificationPeerDeviceVerifier.java473 if (!isValidPatchLevel(attestationAttributes.getKeyBootPatchLevel())) { in checkAttestationForPeerDeviceProfile()
487 if (!isValidPatchLevel(attestationAttributes.getKeyBootPatchLevel())) { in checkAttestationForPeerDeviceProfile()
DAndroidKeystoreAttestationVerificationAttributes.java217 int getKeyBootPatchLevel() { in getKeyBootPatchLevel() method in AndroidKeystoreAttestationVerificationAttributes