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

  /bootable/recovery/
install.h 25 enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE, INSTALL_SKIPPED,
27 // Install the package specified by root_path. If INSTALL_SUCCESS is
  /packages/apps/CertInstaller/src/com/android/certinstaller/
WiFiInstaller.java 35 public static final int INSTALL_SUCCESS = 2;
159 intent.putExtra(INSTALL_STATE, INSTALL_SUCCESS);

Completed in 205 milliseconds