Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppCompactor.java536 int pendingAction, lastCompactAction; in handleMessage() local
561 lastCompactAction = proc.lastCompactAction; in handleMessage()
582 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()
584 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
596 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()
598 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
731 lastCompactAction, lastCompactTime, lastOomAdj, procState, in handleMessage()
741 lastCompactAction, lastCompactTime, lastOomAdj, in handleMessage()
748 proc.lastCompactAction = pendingAction; in handleMessage()
DProcessRecord.java156 int lastCompactAction; // The most recent compaction action performed for this app. field in ProcessRecord
405 pw.print(" lastCompactAction="); pw.print(lastCompactAction); in dump()