Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java771 aaid = attestation.getSoftwareEnforced().getAttestationApplicationId(); in checkAttestationApplicationId()
792 nonKeyDetailsList = attestation.getSoftwareEnforced(); in checkAttestationDeviceProperties()
794 keyDetailsList = attestation.getSoftwareEnforced(); in checkAttestationDeviceProperties()
822 assertNull(attestation.getSoftwareEnforced().getImei()); in checkAttestationNoUniqueIds()
823 assertNull(attestation.getSoftwareEnforced().getMeid()); in checkAttestationNoUniqueIds()
824 assertNull(attestation.getSoftwareEnforced().getSerialNumber()); in checkAttestationNoUniqueIds()
891 attestation.getSoftwareEnforced().getOrigin() != null || in checkOrigin()
895 attestation.getSoftwareEnforced().getOrigin() == null || in checkOrigin()
900 assertThat(attestation.getSoftwareEnforced().getOrigin(), is(KM_ORIGIN_GENERATED)); in checkOrigin()
910 attestation.getSoftwareEnforced().isAllApplications()); in checkFlags()
[all …]
/cts/tests/security/src/android/keystore/cts/
DAttestation.java137 public AuthorizationList getSoftwareEnforced() { in getSoftwareEnforced() method in Attestation