Home
last modified time | relevance | path

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

/aosp12/system/update_engine/update_manager/
H A Dreal_system_provider.cc42 const int kRetryPollVariableMaxRetry = 5; variable
69 if (failed_attempts_ >= kRetryPollVariableMaxRetry) { in GetValue()