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/
DAppCompactor.java112 static final int COMPACT_PROCESS_FULL = 2; field in AppCompactor
309 app.reqCompactAction = COMPACT_PROCESS_FULL; in compactAppFull()
551 || pendingAction == COMPACT_PROCESS_FULL) in handleMessage()
584 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
595 } else if (pendingAction == COMPACT_PROCESS_FULL) { in handleMessage()
598 || (lastCompactAction == COMPACT_PROCESS_FULL in handleMessage()
635 case COMPACT_PROCESS_FULL: in handleMessage()
702 case COMPACT_PROCESS_FULL: in handleMessage()