Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_system_provider.cc42 const int kRetryPollVariableRetryIntervalSeconds = 5 * 60; variable
56 DCHECK_LT(kRetryPollVariableRetryIntervalSeconds, in RetryPollVariable()
73 base::TimeDelta::FromSeconds(kRetryPollVariableRetryIntervalSeconds)); in GetValue()