Searched defs:IDLE_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
262 static constexpr std::chrono::minutes IDLE_TIMEOUT(5); variable
67 #define IDLE_TIMEOUT 2000000000 // ns macro
90 #define IDLE_TIMEOUT 2000000000 // ns macro
174 private static final int IDLE_TIMEOUT = 10 * 1000 * Build.HW_TIMEOUT_MULTIPLIER; field in ActivityTaskSupervisor
1194 public long IDLE_TIMEOUT = DEFAULT_IDLE_TIMEOUT; field in DeviceIdleController.Constants