Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/security/
DAttestationVerificationPeerDeviceVerifier.java465 if (!isValidPatchLevel(attestationAttributes.getKeyOsPatchLevel())) { in checkAttestationForPeerDeviceProfile()
473 if (!isValidPatchLevel(attestationAttributes.getKeyBootPatchLevel())) { in checkAttestationForPeerDeviceProfile()
480 if (!isValidPatchLevel(attestationAttributes.getKeyVendorPatchLevel())) { in checkAttestationForPeerDeviceProfile()
487 if (!isValidPatchLevel(attestationAttributes.getKeyBootPatchLevel())) { in checkAttestationForPeerDeviceProfile()
528 private boolean isValidPatchLevel(int patchLevel) { in isValidPatchLevel() method in AttestationVerificationPeerDeviceVerifier