Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DAttestationVerificationPeerDeviceVerifier.java407 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