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/
DCertInstallerActivity.java50 private static final String ACTION_INSTALL_CERT = "com.android.cts.certinstaller.install_cert"; field in CertInstallerActivity
83 if (ACTION_INSTALL_CERT.equals(action)) { in onCreate()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java52 private static final String ACTION_INSTALL_CERT = "com.android.cts.certinstaller.install_cert"; field in DelegatedCertInstallerTest
244 intent.setAction(ACTION_INSTALL_CERT); in installCaCert()