Home
last modified time | relevance | path

Searched defs:max_idle_duration (Results 1 – 2 of 2) sorted by relevance

/system/memory/mmd/src/suspend_history/
Dtests.rs205 let max_idle_duration = Duration::from_secs(25 * HOUR_IN_SECONDS); in test_suspend_history_gc_entries() localVariable
/system/memory/mmd/src/
Dmain.rs548 let max_idle_duration = std::cmp::max( in main() localVariable