Searched refs:isValidPatchLevel (Results 1 – 1 of 1) sorted by relevance
407 if (!isValidPatchLevel(attestationAttributes.getKeyOsPatchLevel())) { in checkAttestationForPeerDeviceProfile()413 if (!isValidPatchLevel(attestationAttributes.getKeyBootPatchLevel())) { in checkAttestationForPeerDeviceProfile()418 if (!isValidPatchLevel(attestationAttributes.getKeyVendorPatchLevel())) { in checkAttestationForPeerDeviceProfile()423 if (!isValidPatchLevel(attestationAttributes.getKeyBootPatchLevel())) { in checkAttestationForPeerDeviceProfile()462 private boolean isValidPatchLevel(int patchLevel) { in isValidPatchLevel() method in AttestationVerificationPeerDeviceVerifier