Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.h189 const int kDownloadP2PMaxRetryCount = 5; variable
/system/update_engine/payload_consumer/
Ddownload_action.cc288 http_fetcher_->set_max_retry_count(kDownloadP2PMaxRetryCount); in StartDownloading()