Searched refs:INSTALL_SUCCESS (Results 1 – 4 of 4) sorted by relevance
31 INSTALL_SUCCESS, enumerator
210 return INSTALL_SUCCESS; // Just reboot, no wipe; not a failure, user asked for it in prompt_and_wipe_data()216 return INSTALL_SUCCESS; in prompt_and_wipe_data()482 case INSTALL_SUCCESS: in prompt_and_wait()567 if (status != INSTALL_SUCCESS) { in prompt_and_wait()854 int status = INSTALL_SUCCESS; in start_recovery()885 if (status != INSTALL_SUCCESS) { in start_recovery()
503 return INSTALL_SUCCESS; in try_update_binary()681 result == INSTALL_SUCCESS ? "1" : "0", in install_package()708 if (result == INSTALL_SUCCESS && should_wipe_cache) { in install_package()
120 return std::make_pair(*result == INSTALL_SUCCESS, should_continue); in AdbInstallPackageHandler()