Home
last modified time | relevance | path

Searched refs:action_0 (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/
Dupdate_attempter_unittest.cc492 AbstractAction* action_0 = attempter_.actions_[0].get(); in RollbackTestVerify() local
493 ASSERT_NE(nullptr, action_0); in RollbackTestVerify()
494 ASSERT_EQ(InstallPlanAction::StaticType(), action_0->Type()); in RollbackTestVerify()
496 static_cast<InstallPlanAction*>(action_0); in RollbackTestVerify()