Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp71 static constexpr auto progressUpdateInterval = 1000ms; member
72 static constexpr auto perUidTimeoutOffset = progressUpdateInterval * 2;
73 static constexpr auto minPerUidTimeout = progressUpdateInterval * 3;
1444 if (timeLeft < Constants::progressUpdateInterval) { in checkUidReadTimeouts()
2267 Constants::progressUpdateInterval /* repeat after 1s */, in updateLoadingProgress()
2393 addTimedJob(*mTimedQueue, kAllStoragesId, Constants::progressUpdateInterval, in addIfsStateCallback()
2458 addTimedJob(*mTimedQueue, kAllStoragesId, Constants::progressUpdateInterval, in processIfsStateCallbacks()