Home
last modified time | relevance | path

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

/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributesTest.java173 assertThat(mPhysicalDeviceAttributes.getKeyOsPatchLevel()).isEqualTo(201907); in parseCertificate_keyOsPatchLevel()
174 assertThat(mPhysicalDeviceAttributes2.getKeyOsPatchLevel()).isEqualTo(202201); in parseCertificate_keyOsPatchLevel()
183 mVirtualDeviceAttributes.getKeyOsPatchLevel(); in parseCertificate_keyOsPatchLevelNotSetException()
/frameworks/base/services/core/java/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributes.java224 int getKeyOsPatchLevel() { in getKeyOsPatchLevel() method in AndroidKeystoreAttestationVerificationAttributes
DAttestationVerificationPeerDeviceVerifier.java465 if (!isValidPatchLevel(attestationAttributes.getKeyOsPatchLevel())) { in checkAttestationForPeerDeviceProfile()