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

  /system/update_engine/payload_consumer/
delta_performer.h 74 static const unsigned kProgressDownloadWeight;
delta_performer.cc 73 const unsigned DeltaPerformer::kProgressDownloadWeight = 50;
213 static_assert(kProgressDownloadWeight + kProgressOperationsWeight == 100,
218 // kProgressDownloadWeight, in case we end up downloading more than we
230 kProgressDownloadWeight)),
231 kProgressDownloadWeight);
233 actual_operations_weight += kProgressDownloadWeight;
    [all...]

Completed in 2789 milliseconds