Searched refs:ACTION_INSTALL_CERT (Results 1 – 2 of 2) sorted by relevance
49 private static final String ACTION_INSTALL_CERT = "com.android.cts.certinstaller.install_cert"; field in CertInstallerReceiver82 if (ACTION_INSTALL_CERT.equals(action)) { in onReceive()
59 private static final String ACTION_INSTALL_CERT = "com.android.cts.certinstaller.install_cert"; field in DelegatedCertInstallerTest264 intent.setAction(ACTION_INSTALL_CERT); in installCaCert()