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.java193 private Integer bootPatchLevel; field in AuthorizationList
260 bootPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()
563 return bootPatchLevel; in getBootPatchLevel()
707 if (bootPatchLevel != null) { in toString()
708 s.append("\nBoot Patchlevel: ").append(bootPatchLevel); in toString()