Home
last modified time | relevance | path

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

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