Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DRootOfTrust.java40 private final int verifiedBootState; field in RootOfTrust
56 verifiedBootState = in RootOfTrust()
62 public static String verifiedBootStateToString(int verifiedBootState) { in verifiedBootStateToString() argument
63 switch (verifiedBootState) { in verifiedBootStateToString()
86 return verifiedBootState; in getVerifiedBootState()
99 .append(verifiedBootStateToString(verifiedBootState)) in toString()