Home
last modified time | relevance | path

Searched refs:getAttestationSecurityLevel (Results 1 – 3 of 3) sorted by relevance

/cts/tests/security/src/android/keystore/cts/
DAttestation.java103 public int getAttestationSecurityLevel() { in getAttestationSecurityLevel() method in Attestation
/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java79 public SecurityLevel getAttestationSecurityLevel() { in getAttestationSecurityLevel() method in ParsedAttestationRecord
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java913 switch (attestation.getAttestationSecurityLevel()) { in checkAttestationSecurityLevelDependentParams()
945 + attestation.getAttestationSecurityLevel()); in checkAttestationSecurityLevelDependentParams()
957 int attestationSecurityLevel = attestation.getAttestationSecurityLevel(); in checkDeviceLocked()