Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java144 static final int COMPACT_PROCESS_SOME = 1; field in CachedAppOptimizer
436 app.mOptRecord.setReqCompactAction(COMPACT_PROCESS_SOME); in compactAppSome()
1069 if ((pendingAction == COMPACT_PROCESS_SOME in handleMessage()
1098 if (pendingAction == COMPACT_PROCESS_SOME) { in handleMessage()
1099 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()
1113 if ((lastCompactAction == COMPACT_PROCESS_SOME in handleMessage()
1148 case COMPACT_PROCESS_SOME: in handleMessage()
1217 case COMPACT_PROCESS_SOME: in handleMessage()
1234 + ((pendingAction == COMPACT_PROCESS_SOME) ? "some" : "full") in handleMessage()