Searched refs:getKeyBootPatchLevel (Results 1 – 3 of 3) sorted by relevance
158 assertThat(mPhysicalDeviceAttributes.getKeyBootPatchLevel()).isEqualTo(201907); in parseCertificate_keyBootPatchLevel()159 assertThat(mPhysicalDeviceAttributes2.getKeyBootPatchLevel()).isEqualTo(20220105); in parseCertificate_keyBootPatchLevel()168 mVirtualDeviceAttributes.getKeyBootPatchLevel(); in parseCertificate_keyBootPatchLevelNotSetException()
473 if (!isValidPatchLevel(attestationAttributes.getKeyBootPatchLevel())) { in checkAttestationForPeerDeviceProfile()487 if (!isValidPatchLevel(attestationAttributes.getKeyBootPatchLevel())) { in checkAttestationForPeerDeviceProfile()
217 int getKeyBootPatchLevel() { in getKeyBootPatchLevel() method in AndroidKeystoreAttestationVerificationAttributes