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.java498 aaid = attestation.getSoftwareEnforced().getAttestationApplicationId(); in checkAttestationApplicationId()
566 attestation.getSoftwareEnforced().getOrigin() != null || in checkOrigin()
570 attestation.getSoftwareEnforced().getOrigin() == null || in checkOrigin()
575 assertThat(attestation.getSoftwareEnforced().getOrigin(), is(KM_ORIGIN_GENERATED)); in checkOrigin()
585 attestation.getSoftwareEnforced().isAllApplications()); in checkFlags()
589 attestation.getSoftwareEnforced().isAllowWhileOnBody()); in checkFlags()
593 attestation.getSoftwareEnforced().getUserAuthType()); in checkFlags()
597 attestation.getSoftwareEnforced().isNoAuthRequired() in checkFlags()
600 attestation.getSoftwareEnforced().isNoAuthRequired() in checkFlags()
603 attestation.getSoftwareEnforced().isRollbackResistant()); in checkFlags()
[all …]
DAttestation.java114 public AuthorizationList getSoftwareEnforced() { in getSoftwareEnforced() method in Attestation