Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.cc436 if (obey_proxies || proxy_manual_checks_ == 0) { in UpdateAttempter()
439 proxy_manual_checks_++; in UpdateAttempter()
440 LOG(INFO) << "proxy manual checks: " << proxy_manual_checks_; in UpdateAttempter()
441 if (proxy_manual_checks_ >= kMaxConsecutiveObeyProxyRequests) { in UpdateAttempter()
442 proxy_manual_checks_ = 0; in UpdateAttempter()
Dupdate_attempter.h448 int proxy_manual_checks_ = 0; variable