Searched refs:CertInstaller (Results 1 – 3 of 3) sorted by relevance
51 public class CertInstaller extends Activity { class204 KeyChainConnection keyChainConnection = KeyChain.bind(CertInstaller.this); in doInBackground()307 action.run(CertInstaller.this); in extractPkcs12InBackground()345 mNextAction.run(CertInstaller.this); in createPkcs12PasswordDialog()469 void run(CertInstaller host); in run()480 public void run(CertInstaller host) { in run()490 public void run(CertInstaller host) { in run()503 public void run(CertInstaller host) { in run()
114 final Intent installIntent = new Intent(this, CertInstaller.class); in onCreate()154 Intent intent = new Intent(this, CertInstaller.class); in startInstallActivity()
9 LOCAL_PACKAGE_NAME := CertInstaller