HomeSort by relevance Sort by last modified time
    Searched refs:install_plan_action (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
update_attempter_android.cc 441 shared_ptr<InstallPlanAction> install_plan_action(
474 actions_.push_back(shared_ptr<AbstractAction>(install_plan_action));
481 BondActions(install_plan_action.get(), download_action.get());
update_attempter.cc 720 shared_ptr<InstallPlanAction> install_plan_action(
722 actions_.push_back(shared_ptr<AbstractAction>(install_plan_action));
724 BuildPostInstallActions(install_plan_action.get());
    [all...]
update_attempter_unittest.cc 504 InstallPlanAction* install_plan_action = local
506 InstallPlan* install_plan = install_plan_action->install_plan();
    [all...]

Completed in 197 milliseconds