Home
last modified time | relevance | path

Searched refs:isDeviceIdAttestationSupported (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DDelegatedDeviceIdAttestationTest.java34 if (mDpm.isDeviceIdAttestationSupported()) { in testGenerateKeyPairWithDeviceIdAttestationExpectingSuccess()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDeviceIdAttestationTest.java38 if (mDevicePolicyManager.isDeviceIdAttestationSupported()) { in testSucceedsWithProfileOwnerIdsGrant()
DKeyManagementTest.java325 private boolean isDeviceIdAttestationSupported() { in isDeviceIdAttestationSupported() method in KeyManagementTest
326 return mDevicePolicyManager.isDeviceIdAttestationSupported(); in isDeviceIdAttestationSupported()
369 .that(isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()
378 .that(isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()
403 && !isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()
499 if (attestation == null && !isDeviceIdAttestationSupported()) { in assertAllVariantsOfDeviceIdAttestation()
528 assertThat(isDeviceIdAttestationSupported()).isFalse(); in assertAllVariantsOfDeviceIdAttestation()
/cts/tests/tests/keystore/src/android/keystore/cts/
DDeviceOwnerKeyManagementTest.java343 private boolean isDeviceIdAttestationSupported() { in isDeviceIdAttestationSupported() method in DeviceOwnerKeyManagementTest
344 return sDevicePolicyManager.isDeviceIdAttestationSupported(); in isDeviceIdAttestationSupported()
389 .that(isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()
400 .that(isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()
432 && !isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()
491 if (attestation == null && !isDeviceIdAttestationSupported()) { in assertAllVariantsOfDeviceIdAttestation()
529 assertThat(isDeviceIdAttestationSupported()).isFalse(); in assertAllVariantsOfDeviceIdAttestation()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt8114 method public boolean isDeviceIdAttestationSupported();