Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java198 private Integer bootPatchLevel; field in AuthorizationList
269 bootPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()
393 bootPatchLevel = CborUtils.getInt(submodMap, key); in AuthorizationList()
696 return bootPatchLevel; in getBootPatchLevel()
853 if (bootPatchLevel != null) { in toString()
854 s.append("\nBoot Patchlevel: ").append(bootPatchLevel); in toString()