Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.h209 return consecutive_failed_update_checks_; in consecutive_failed_update_checks()
543 unsigned int consecutive_failed_update_checks_ = 0; variable
Dupdate_attempter.cc1315 consecutive_failed_update_checks_++; in ActionCompleted()
1317 consecutive_failed_update_checks_ = 0; in ActionCompleted()