Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DCachedAppOptimizer.java1080 long lastCompactTime; in handleMessage() local
1114 lastCompactTime = opt.getLastCompactTime(); in handleMessage()
1130 if (lastCompactTime != 0) { in handleMessage()
1135 && (start - lastCompactTime in handleMessage()
1141 + (start - lastCompactTime) + "ms ago"); in handleMessage()
1149 && (start - lastCompactTime in handleMessage()
1155 + (start - lastCompactTime) + "ms ago"); in handleMessage()
1160 if (start - lastCompactTime < mCompactThrottlePersistent) { in handleMessage()
1169 if (start - lastCompactTime < mCompactThrottleBFGS) { in handleMessage()
1279 lastCompactAction, lastCompactTime, lastOomAdj, procState, in handleMessage()
[all …]
H A DProcessCachedOptimizerRecord.java101 void setLastCompactTime(long lastCompactTime) { in setLastCompactTime() argument
102 mLastCompactTime = lastCompactTime; in setLastCompactTime()