Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java200 private Integer bootPatchLevel; field in AuthorizationList
281 bootPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()
411 bootPatchLevel = CborUtils.getInt(submodMap, key); in AuthorizationList()
720 return bootPatchLevel; in getBootPatchLevel()
885 if (bootPatchLevel != null) { in toString()
886 s.append("\nBoot Patchlevel: ").append(bootPatchLevel); in toString()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DKeystoreAttestationDeviceInfo.java197 if (keyDetailsList.bootPatchLevel.isPresent()) { in collectStoredInformation()
198 localStore.addResult("boot_patch_level", keyDetailsList.bootPatchLevel.get()); in collectStoredInformation()