Home
last modified time | relevance | path

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

/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributesTest.java149 assertThat(mPhysicalDeviceAttributes.getVerifiedBootState()).isEqualTo( in parseCertificate_verifiedBootState()
151 assertThat(mPhysicalDeviceAttributes2.getVerifiedBootState()).isEqualTo( in parseCertificate_verifiedBootState()
153 assertThat(mVirtualDeviceAttributes.getVerifiedBootState()).isNull(); in parseCertificate_verifiedBootState()
/frameworks/base/services/core/java/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributes.java270 VerifiedBootState getVerifiedBootState() { in getVerifiedBootState() method in AndroidKeystoreAttestationVerificationAttributes
DAttestationVerificationPeerDeviceVerifier.java445 if (attestationAttributes.getVerifiedBootState() != VERIFIED) { in checkAttestationForPeerDeviceProfile()
/frameworks/base/services/core/java/com/android/server/pdb/
DPersistentDataBlockService.java877 pw.println("Verified boot state: " + getVerifiedBootState());
1160 private static String getVerifiedBootState() {