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

  /frameworks/base/keystore/java/android/security/
Credentials.java 34 public static final String INSTALL_ACTION = "android.credentials.INSTALL";
85 Intent intent = new Intent(INSTALL_ACTION);
96 Intent intent = new Intent(INSTALL_ACTION);
106 context.startActivity(new Intent(INSTALL_ACTION));
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstallerMain.java 29 * to the public {@link Credentials#INSTALL_ACTION} intent.
51 if (Credentials.INSTALL_ACTION.equals(action)) {

Completed in 88 milliseconds