Searched refs:is_resume (Results 1 – 9 of 9) sorted by relevance
50 return ((is_resume == that.is_resume) && in operator ==()97 LOG(INFO) << "InstallPlan: " << (is_resume ? "resume" : "new_update") in Dump()
54 bool is_resume{false};
180 if (install_plan_.is_resume) { in PerformAction()250 if (install_plan_.is_resume && in StartDownloading()
588 if (!install_plan_->is_resume) { in Write()951 bool is_resume = !update_check_response_hash.empty() && in PreparePartitionsForUpdate() local954 if (is_resume) { in PreparePartitionsForUpdate()966 !is_resume /* should update */, in PreparePartitionsForUpdate()
115 install_plan_.is_resume = DeltaPerformer::CanResumeUpdate( in PerformAction()117 if (install_plan_.is_resume) { in PerformAction()
224 install_plan_.is_resume = !payload_id.empty() && in ApplyPayload()226 if (!install_plan_.is_resume) { in ApplyPayload()255 if (install_plan_.is_resume && prefs_->Exists(kPrefsVerityWritten)) { in ApplyPayload()307 UpdatePrefsOnUpdateStart(install_plan_.is_resume); in ApplyPayload()923 void UpdateAttempterAndroid::UpdatePrefsOnUpdateStart(bool is_resume) { in UpdatePrefsOnUpdateStart() argument924 if (!is_resume) { in UpdatePrefsOnUpdateStart()
173 void UpdatePrefsOnUpdateStart(bool is_resume);
1539 if (install_plan_ && install_plan_->is_resume) in GetErrorCodeFlags()
946 attempter_.install_plan_->is_resume = true; in TEST_F()