Home
last modified time | relevance | path

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

/system/update_engine/
Dcommon_service.cc97 bool restrict_downloads = (flags & UpdateAttemptFlags::kFlagRestrictDownload); in AttemptUpdate() local
103 << "RestrictDownload=" << (restrict_downloads ? "yes " : "no "); in AttemptUpdate()