Home
last modified time | relevance | path

Searched refs:isAttestationSupported (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/performance/
DAttestationPerformanceTest.java40 if (!TestUtils.isAttestationSupported()) { in testRsaKeyAttestation()
55 if (!TestUtils.isAttestationSupported()) { in testEcKeyAttestation()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java202 if (!TestUtils.isAttestationSupported()) { in testEcAttestation()
340 if (!TestUtils.isAttestationSupported()) { in testEcAttestation_TooLargeChallenge()
407 if (!TestUtils.isAttestationSupported()) { in testEcAttestation_DeviceLocked()
466 assumeTrue("Device does not support attestation", TestUtils.isAttestationSupported()); in testAttestationKmVersionMatchesFeatureVersion()
475 assumeTrue("Device does not support attestation", TestUtils.isAttestationSupported()); in testAttestationKmVersionMatchesFeatureVersionStrongBox()
491 assumeTrue("Device does not support attestation", TestUtils.isAttestationSupported()); in testAttestationKmVersionMatchesFeatureVersion()
598 assumeTrue("Device does not support attestation", TestUtils.isAttestationSupported()); in testEcAttestation_UniqueIdWorksWithCorrectPermission()
662 if (!TestUtils.isAttestationSupported()) { in testRsaAttestation()
766 if (!TestUtils.isAttestationSupported()) { in testRsaAttestation_TooLargeChallenge()
833 if (!TestUtils.isAttestationSupported()) { in testRsaAttestation_DeviceLocked()
[all …]
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java417 if (!isAttestationSupported()) { in testCanGenerateKeyPairWithKeyAttestation()
834 private boolean isAttestationSupported() { in isAttestationSupported() method in KeyManagementTest
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java1253 public static boolean isAttestationSupported() { in isAttestationSupported() method in TestUtils