HomeSort by relevance Sort by last modified time
    Searched refs:installIntent (Results 1 - 2 of 2) sorted by null

  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstallerMain.java 91 final Intent installIntent = new Intent(this, CertInstaller.class);
92 installIntent.putExtras(intent);
93 startActivityForResult(installIntent, REQUEST_INSTALL);
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
KeyChainDemoActivity.java 231 Intent installIntent = KeyChain.createInstallIntent();
232 installIntent.putExtra(KeyChain.EXTRA_PKCS12, keychain);
233 installIntent.putExtra(KeyChain.EXTRA_NAME, DEFAULT_ALIAS);
234 startActivityForResult(installIntent, INSTALL_KEYCHAIN_CODE);

Completed in 118 milliseconds