HomeSort by relevance Sort by last modified time
    Searched full:action_0 (Results 1 - 1 of 1) sorted by null

  /system/update_engine/
update_attempter_unittest.cc 505 AbstractAction* action_0 = attempter_.actions_[0].get(); local
506 ASSERT_NE(nullptr, action_0);
507 ASSERT_EQ(InstallPlanAction::StaticType(), action_0->Type());
509 static_cast<InstallPlanAction*>(action_0);
    [all...]

Completed in 58 milliseconds