Searched refs:kAttemptBackoffMaxIntervalInDays (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/update_manager/
H A Dchromeos_policy.h130 static const int kAttemptBackoffMaxIntervalInDays; member in class:chromeos_update_manager::ChromeOSPolicy
H A Dchromeos_policy.cc183 const int ChromeOSPolicy::kAttemptBackoffMaxIntervalInDays = 16; member in class:chromeos_update_manager::ChromeOSPolicy
830 // days, bounded by the size of int and kAttemptBackoffMaxIntervalInDays, and
843 min(1 << exp, kAttemptBackoffMaxIntervalInDays));

Completed in 48 milliseconds