Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.h187 const int kDownloadP2PLowSpeedLimitBps = 25 * 1000; variable
/system/update_engine/payload_consumer/
Ddownload_action.cc328 http_fetcher_->set_low_speed_limit(kDownloadP2PLowSpeedLimitBps, in StartDownloading()