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.java54 boolean officialBuild = false; in EatAttestation()
93 officialBuild = CborUtils.getBoolean(extension, key); in EatAttestation()
111 eatBootStateTypeToVerifiedBootState(bootState, officialBuild)); in EatAttestation()
160 static int eatBootStateTypeToVerifiedBootState(List<Boolean> bootState, Boolean officialBuild) { in eatBootStateTypeToVerifiedBootState() argument
174 if (officialBuild) { in eatBootStateTypeToVerifiedBootState()