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.java186 final String platformReportedProduct = in validateDeviceIdAttestationData() local
189 assertThat(teeAttestation.getProduct()).isEqualTo(platformReportedProduct); in validateDeviceIdAttestationData()
272 final String platformReportedProduct = in validateDeviceIdAttestationDataUsingExtLib() local
276 .isEqualTo(platformReportedProduct); in validateDeviceIdAttestationDataUsingExtLib()
DKeyAttestationTest.java1398 final String platformReportedProduct = in checkAttestationDeviceProperties() local
1401 assertThat(keyDetailsList.getProduct()).isEqualTo(platformReportedProduct); in checkAttestationDeviceProperties()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java280 final String platformReportedProduct = in validateDeviceIdAttestationData() local
283 assertThat(teeAttestation.getProduct()).isEqualTo(platformReportedProduct); in validateDeviceIdAttestationData()