Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java96 private static final String COMPACT_ACTION_STRING[] = {"", "file", "anon", "all"}; field in CachedAppOptimizer
887 if (action < 0 || action >= COMPACT_ACTION_STRING.length) { in compactActionIntToString()
891 return COMPACT_ACTION_STRING[action]; in compactActionIntToString()
1158 action = COMPACT_ACTION_STRING[COMPACT_ACTION_NONE]; in handleMessage()
1162 if (COMPACT_ACTION_STRING[COMPACT_ACTION_NONE].equals(action)) { in handleMessage()
1186 if (action.equals(COMPACT_ACTION_STRING[COMPACT_ACTION_FULL]) in handleMessage()
1187 || action.equals(COMPACT_ACTION_STRING[COMPACT_ACTION_ANON])) { in handleMessage()
1263 if (action.equals(COMPACT_ACTION_STRING[COMPACT_ACTION_FULL]) in handleMessage()
1264 || action.equals(COMPACT_ACTION_STRING[COMPACT_ACTION_ANON])) { in handleMessage()
1457 if (action.equals(COMPACT_ACTION_STRING[COMPACT_ACTION_FULL])) { in performCompaction()
[all …]