Searched refs:ACTION_INSTALL_CERT (Results 1 – 2 of 2) sorted by relevance
50 private static final String ACTION_INSTALL_CERT = "com.android.cts.certinstaller.install_cert"; field in CertInstallerActivity83 if (ACTION_INSTALL_CERT.equals(action)) { in onCreate()
52 private static final String ACTION_INSTALL_CERT = "com.android.cts.certinstaller.install_cert"; field in DelegatedCertInstallerTest244 intent.setAction(ACTION_INSTALL_CERT); in installCaCert()