Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DDeviceOwnerKeyManagementTest.java188 final String platformReportedProduct = in validateDeviceIdAttestationData() local
191 assertThat(teeAttestation.getProduct()).isEqualTo(platformReportedProduct); in validateDeviceIdAttestationData()
273 final String platformReportedProduct = in validateDeviceIdAttestationDataUsingExtLib() local
277 .isEqualTo(platformReportedProduct); in validateDeviceIdAttestationDataUsingExtLib()
DKeyAttestationTest.java1285 final String platformReportedProduct = in checkAttestationDeviceProperties() local
1288 assertThat(keyDetailsList.getProduct()).isEqualTo(platformReportedProduct); in checkAttestationDeviceProperties()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java281 final String platformReportedProduct = in validateDeviceIdAttestationData() local
284 assertThat(teeAttestation.getProduct()).isEqualTo(platformReportedProduct); in validateDeviceIdAttestationData()