Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java196 private Integer osPatchLevel; field in AuthorizationList
263 osPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()
387 osPatchLevel = CborUtils.getInt(submodMap, key); in AuthorizationList()
688 return osPatchLevel; in getOsPatchLevel()
845 if (osPatchLevel != null) { in toString()
846 s.append("\nOS Patchlevel: ").append(osPatchLevel); in toString()