Home
last modified time | relevance | path

Searched refs:ACTION_VERIFY_CERT (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java54 private static final String ACTION_VERIFY_CERT = "com.android.cts.certinstaller.verify_cert"; field in CertInstallerReceiver
112 } else if (ACTION_VERIFY_CERT.equals(action)) { in onReceive()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java61 private static final String ACTION_VERIFY_CERT = "com.android.cts.certinstaller.verify_cert"; field in DelegatedCertInstallerTest
282 intent.setAction(ACTION_VERIFY_CERT); in verifyCaCert()