Searched refs:expectedMeid (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | DeviceOwnerKeyManagementTest.java | 149 String expectedMeid, in validateDeviceIdAttestationData() argument 202 assertThat(teeAttestation.getMeid()).isEqualTo(expectedMeid); in validateDeviceIdAttestationData() 249 String expectedMeid, in validateDeviceIdAttestationDataUsingExtLib() argument 301 assertThat(!TextUtils.isEmpty(expectedMeid)) in validateDeviceIdAttestationDataUsingExtLib() 303 if (!TextUtils.isEmpty(expectedMeid)) { in validateDeviceIdAttestationDataUsingExtLib() 305 .isEqualTo(expectedMeid); in validateDeviceIdAttestationDataUsingExtLib() 511 String expectedMeid = null; in assertAllVariantsOfDeviceIdAttestation() local 513 expectedMeid = meid; in assertAllVariantsOfDeviceIdAttestation() 520 expectedImei, expectedMeid, expectedSecondImei, useStrongBox); in assertAllVariantsOfDeviceIdAttestation() 524 expectedImei, expectedMeid, expectedSecondImei, useStrongBox); in assertAllVariantsOfDeviceIdAttestation()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | KeyManagementTest.java | 268 String expectedSerial, String expectedImei, String expectedMeid) in validateDeviceIdAttestationData() argument 295 assertThat(teeAttestation.getMeid()).isEqualTo(expectedMeid); in validateDeviceIdAttestationData() 518 String expectedMeid = null; in assertAllVariantsOfDeviceIdAttestation() local 520 expectedMeid = meid; in assertAllVariantsOfDeviceIdAttestation() 523 expectedMeid); in assertAllVariantsOfDeviceIdAttestation()
|