Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessCachedOptimizerRecord.java121 void setLastCompactAction(int lastCompactAction) { in setLastCompactAction() argument
122 mLastCompactAction = lastCompactAction; in setLastCompactAction()
H A DCachedAppOptimizer.java1079 int pendingAction, lastCompactAction; in handleMessage() local
1113 lastCompactAction = opt.getLastCompactAction(); in handleMessage()
1132 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()
1134 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
1146 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()
1148 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
1279 lastCompactAction, lastCompactTime, lastOomAdj, procState, in handleMessage()
1288 rssAfter[3], time, lastCompactAction, lastCompactTime, in handleMessage()