Searched refs:verifiedBootState (Results 1 – 2 of 2) sorted by relevance
69 RootOfTrust(byte[] verifiedBootKey, boolean deviceLocked, int verifiedBootState, in RootOfTrust() argument73 this.mVerifiedBootState = verifiedBootState; in RootOfTrust()77 public static String verifiedBootStateToString(int verifiedBootState) { in verifiedBootStateToString() argument78 switch (verifiedBootState) { in verifiedBootStateToString()140 public Builder setVerifiedBootState(int verifiedBootState) { in setVerifiedBootState() argument141 this.mVerifiedBootState = verifiedBootState; in setVerifiedBootState()
209 localStore.addResult("verified_boot_state", rootOfTrust.get().verifiedBootState.name()); in collectRootOfTrust()