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.java128 static final int COMPACT_PROCESS_FULL = 2; field in CachedAppOptimizer
357 app.reqCompactAction = COMPACT_PROCESS_FULL; in compactAppFull()
719 || pendingAction == COMPACT_PROCESS_FULL) in handleMessage()
750 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
761 } else if (pendingAction == COMPACT_PROCESS_FULL) { in handleMessage()
764 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
801 case COMPACT_PROCESS_FULL: in handleMessage()
868 case COMPACT_PROCESS_FULL: in handleMessage()