Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java49 private static final String ACTION_INSTALL_CERT = "com.android.cts.certinstaller.install_cert"; field in CertInstallerReceiver
79 if (ACTION_INSTALL_CERT.equals(action)) { in onReceive()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java53 private static final String ACTION_INSTALL_CERT = "com.android.cts.certinstaller.install_cert"; field in DelegatedCertInstallerTest
288 intent.setAction(ACTION_INSTALL_CERT); in installCaCert()