HomeSort by relevance Sort by last modified time
    Searched refs:INSTALL_SUCCESS (Results 1 - 5 of 5) 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
recovery.cpp     [all...]
install.cpp 443 return INSTALL_SUCCESS;
530 fputc(result == INSTALL_SUCCESS ? '1' : '0', install_log);
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialsInstallDialog.java 51 if (installState == WiFiInstaller.INSTALL_SUCCESS) {
WiFiInstaller.java 35 public static final int INSTALL_SUCCESS = 2;
159 intent.putExtra(INSTALL_STATE, INSTALL_SUCCESS);

Completed in 2510 milliseconds