Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java145 static final int COMPACT_PROCESS_FULL = 2; field in CachedAppOptimizer
453 app.mOptRecord.setReqCompactAction(COMPACT_PROCESS_FULL); in compactAppFull()
1070 || pendingAction == COMPACT_PROCESS_FULL) in handleMessage()
1101 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
1112 } else if (pendingAction == COMPACT_PROCESS_FULL) { in handleMessage()
1115 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
1152 case COMPACT_PROCESS_FULL: in handleMessage()
1220 case COMPACT_PROCESS_FULL: in handleMessage()