Home
last modified time | relevance | path

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

/aosp12/system/update_engine/update_manager/
H A Dreal_system_provider.cc45 const int kRetryPollVariableRetryIntervalSeconds = 5 * 60; variable
59 DCHECK_LT(kRetryPollVariableRetryIntervalSeconds, in RetryPollVariable()
77 base::TimeDelta::FromSeconds(kRetryPollVariableRetryIntervalSeconds)); in GetValue()