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

  /bootable/recovery/
install.h 23 enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE, INSTALL_SKIPPED,
26 // Installs the given update package. If INSTALL_SUCCESS is returned and *wipe_cache is true on
  /packages/apps/CertInstaller/src/com/android/certinstaller/
WiFiInstaller.java 29 public static final int INSTALL_SUCCESS = 2;
107 intent.putExtra(INSTALL_STATE, INSTALL_SUCCESS);
  /system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
TimeZoneDistroInstaller.java 43 INSTALL_SUCCESS,
52 public final static int INSTALL_SUCCESS = 0;
152 * Returns {@link #INSTALL_SUCCESS} on success, or one of the failure codes.
245 return INSTALL_SUCCESS;
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 170 milliseconds