Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_unittest.cc432 AbstractAction* action_4 = attempter_.actions_[4].get(); in UpdateTestVerify() local
433 ASSERT_NE(nullptr, action_4); in UpdateTestVerify()
434 ASSERT_EQ(DownloadAction::StaticType(), action_4->Type()); in UpdateTestVerify()
435 DownloadAction* download_action = static_cast<DownloadAction*>(action_4); in UpdateTestVerify()