Home
last modified time | relevance | path

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

/system/vold/
DIdleMaint.cpp86 static const int GC_TIMEOUT_SEC = 420; variable
233 if (timer.duration() >= std::chrono::seconds(GC_TIMEOUT_SEC)) { in waitForGc()