Searched refs:ACTION_REMOVE_CERT (Results 1 – 2 of 2) sorted by relevance
53 private static final String ACTION_REMOVE_CERT = "com.android.cts.certinstaller.remove_cert"; field in CertInstallerActivity101 } else if (ACTION_REMOVE_CERT.equals(action)) { in onCreate()
53 private static final String ACTION_REMOVE_CERT = "com.android.cts.certinstaller.remove_cert"; field in DelegatedCertInstallerTest252 intent.setAction(ACTION_REMOVE_CERT); in removeCaCert()