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 64 static const unsigned kProgressDownloadWeight;
delta_performer.cc 72 const unsigned DeltaPerformer::kProgressDownloadWeight = 50;
222 static_assert(kProgressDownloadWeight + kProgressOperationsWeight == 100,
227 // kProgressDownloadWeight, in case we end up downloading more than we
239 kProgressDownloadWeight)),
240 kProgressDownloadWeight);
242 actual_operations_weight += kProgressDownloadWeight;
    [all...]

Completed in 58 milliseconds