Searched refs:deviceLocked (Results 1 – 2 of 2) sorted by relevance
69 RootOfTrust(byte[] verifiedBootKey, boolean deviceLocked, int verifiedBootState, in RootOfTrust() argument72 this.mDeviceLocked = deviceLocked; in RootOfTrust()136 public Builder setDeviceLocked(boolean deviceLocked) { in setDeviceLocked() argument137 this.mDeviceLocked = deviceLocked; in setDeviceLocked()
208 localStore.addResult("device_locked", rootOfTrust.get().deviceLocked); in collectRootOfTrust()