Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppCompactor.java81 private static final String COMPACT_ACTION_NONE = ""; field in AppCompactor
498 return COMPACT_ACTION_NONE; in compactActionIntToString()
506 return COMPACT_ACTION_NONE; in compactActionIntToString()
641 action = COMPACT_ACTION_NONE; in handleMessage()
645 if (COMPACT_ACTION_NONE.equals(action)) { in handleMessage()