HomeSort by relevance Sort by last modified time
    Searched refs:download_overhead_percentage (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
metrics.h 303 int download_overhead_percentage,
metrics.cc 368 int download_overhead_percentage,
427 LOG(INFO) << "Uploading " << download_overhead_percentage
430 download_overhead_percentage,
payload_state.cc 712 int download_overhead_percentage = 0; local
714 download_overhead_percentage = (total_bytes - successful_bytes) * 100ULL /
743 download_overhead_percentage,
    [all...]

Completed in 54 milliseconds