Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_unittest.cc428 AbstractAction* action_3 = attempter_.actions_[3].get(); in UpdateTestVerify() local
429 ASSERT_NE(nullptr, action_3); in UpdateTestVerify()
430 ASSERT_EQ(DownloadAction::StaticType(), action_3->Type()); in UpdateTestVerify()
431 DownloadAction* download_action = static_cast<DownloadAction*>(action_3); in UpdateTestVerify()