Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DDelegatedDeviceIdAttestationTest.java35 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingSuccess(mDpm, null); in testGenerateKeyPairWithDeviceIdAttestationExpectingSuccess()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDeviceIdAttestationTest.java39 KeyGenerationUtils.generateKeyWithDeviceIdAttestationExpectingSuccess( in testSucceedsWithProfileOwnerIdsGrant()
/cts/tests/security/src/android/keystore/cts/
DKeyGenerationUtils.java68 public static void generateKeyWithDeviceIdAttestationExpectingSuccess(DevicePolicyManager dpm, in generateKeyWithDeviceIdAttestationExpectingSuccess() method in KeyGenerationUtils