Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dupdate_engine_client.cc67 const int kShowStatusRetryIntervalInSeconds = 2; variable
168 base::TimeDelta::FromSeconds(kShowStatusRetryIntervalInSeconds)); in ShowStatus()