Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter.cc441 if (obey_proxies || proxy_manual_checks_ == 0) { in UpdateAttempter()
444 proxy_manual_checks_++; in UpdateAttempter()
445 LOG(INFO) << "proxy manual checks: " << proxy_manual_checks_; in UpdateAttempter()
446 if (proxy_manual_checks_ >= kMaxConsecutiveObeyProxyRequests) { in UpdateAttempter()
447 proxy_manual_checks_ = 0; in UpdateAttempter()
Dupdate_attempter.h459 int proxy_manual_checks_ = 0; variable