Searched refs:getKeyOsPatchLevel (Results 1 – 3 of 3) sorted by relevance
173 assertThat(mPhysicalDeviceAttributes.getKeyOsPatchLevel()).isEqualTo(201907); in parseCertificate_keyOsPatchLevel()174 assertThat(mPhysicalDeviceAttributes2.getKeyOsPatchLevel()).isEqualTo(202201); in parseCertificate_keyOsPatchLevel()183 mVirtualDeviceAttributes.getKeyOsPatchLevel(); in parseCertificate_keyOsPatchLevelNotSetException()
224 int getKeyOsPatchLevel() { in getKeyOsPatchLevel() method in AndroidKeystoreAttestationVerificationAttributes
465 if (!isValidPatchLevel(attestationAttributes.getKeyOsPatchLevel())) { in checkAttestationForPeerDeviceProfile()