Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java198 private Integer osPatchLevel; field in AuthorizationList
275 osPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()
405 osPatchLevel = CborUtils.getInt(submodMap, key); in AuthorizationList()
712 return osPatchLevel; in getOsPatchLevel()
877 if (osPatchLevel != null) { in toString()
878 s.append("\nOS Patchlevel: ").append(osPatchLevel); in toString()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DKeystoreAttestationDeviceInfo.java166 if (keyDetailsList.osPatchLevel.isPresent()) { in collectStoredInformation()
167 localStore.addResult("patch_level", keyDetailsList.osPatchLevel.get()); in collectStoredInformation()