Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DRootOfTrust.java37 private final boolean deviceLocked; field in RootOfTrust
54 deviceLocked = Asn1Utils.getBooleanFromAsn1( in RootOfTrust()
61 RootOfTrust(byte[] verifiedBootKey, boolean deviceLocked, int verifiedBootState) { in RootOfTrust() argument
63 this.deviceLocked = deviceLocked; in RootOfTrust()
87 return deviceLocked; in isDeviceLocked()
102 .append(deviceLocked) in toString()
110 private boolean deviceLocked = false; field in RootOfTrust.Builder
117 public Builder setDeviceLocked(boolean deviceLocked) { in setDeviceLocked() argument
118 this.deviceLocked = deviceLocked; in setDeviceLocked()
126 return new RootOfTrust(verifiedBootKey, deviceLocked, verifiedBootState); in build()