Searched refs:MAX_EMPTY_TIME (Results 1 – 2 of 2) sorted by relevance
505 final long oldTime = now - ProcessList.MAX_EMPTY_TIME; in updateOomAdjLockedInner()824 + ((oldTime + ProcessList.MAX_EMPTY_TIME - app.lastActivityTime) in updateAndTrimProcessLocked()
277 static final long MAX_EMPTY_TIME = 30 * 60 * 1000; field in ProcessList