Searched refs:expectedSerial (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | DeviceOwnerKeyManagementTest.java | 147 String expectedSerial, in validateDeviceIdAttestationData() argument 200 assertThat(teeAttestation.getSerialNumber()).isEqualTo(expectedSerial); in validateDeviceIdAttestationData() 247 String expectedSerial, in validateDeviceIdAttestationDataUsingExtLib() argument 289 assertThat(!TextUtils.isEmpty(expectedSerial)) in validateDeviceIdAttestationDataUsingExtLib() 291 if (!TextUtils.isEmpty(expectedSerial)) { in validateDeviceIdAttestationDataUsingExtLib() 293 .isEqualTo(expectedSerial); in validateDeviceIdAttestationDataUsingExtLib() 503 String expectedSerial = null; in assertAllVariantsOfDeviceIdAttestation() local 505 expectedSerial = Build.getSerial(); in assertAllVariantsOfDeviceIdAttestation() 519 validateDeviceIdAttestationData(attestation, expectedSerial, in assertAllVariantsOfDeviceIdAttestation() 523 validateDeviceIdAttestationDataUsingExtLib(attestation, expectedSerial, 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 293 assertThat(teeAttestation.getSerialNumber()).isEqualTo(expectedSerial); in validateDeviceIdAttestationData() 510 String expectedSerial = null; in assertAllVariantsOfDeviceIdAttestation() local 512 expectedSerial = Build.getSerial(); in assertAllVariantsOfDeviceIdAttestation() 522 validateDeviceIdAttestationData(attestation, expectedSerial, expectedImei, in assertAllVariantsOfDeviceIdAttestation()
|