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/
DCachedAppOptimizer.java704 int pendingAction, lastCompactAction; in handleMessage() local
729 lastCompactAction = proc.lastCompactAction; in handleMessage()
748 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()
750 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
762 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()
764 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
894 lastCompactAction, lastCompactTime, lastOomAdj, procState, in handleMessage()
903 rssAfter[3], time, lastCompactAction, lastCompactTime, in handleMessage()
909 proc.lastCompactAction = pendingAction; in handleMessage()
DProcessRecord.java167 int lastCompactAction; // The most recent compaction action performed for this app. field in ProcessRecord
451 pw.print(" lastCompactAction="); pw.println(lastCompactAction); in dump()