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