Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DEatAttestation.java53 boolean officialBuild = false; in EatAttestation()
92 officialBuild = CborUtils.getBoolean(extension, key); in EatAttestation()
109 eatBootStateTypeToVerifiedBootState(bootState, officialBuild)); in EatAttestation()
158 static int eatBootStateTypeToVerifiedBootState(List<Boolean> bootState, Boolean officialBuild) { in eatBootStateTypeToVerifiedBootState() argument
172 if (officialBuild) { in eatBootStateTypeToVerifiedBootState()