Searched refs:COMPACT_ACTION_STRING (Results 1 – 1 of 1) sorted by relevance
96 private static final String COMPACT_ACTION_STRING[] = {"", "file", "anon", "all"}; field in CachedAppOptimizer893 if (action < 0 || action >= COMPACT_ACTION_STRING.length) { in compactActionIntToString()897 return COMPACT_ACTION_STRING[action]; in compactActionIntToString()1191 action = COMPACT_ACTION_STRING[COMPACT_ACTION_NONE]; in handleMessage()1195 if (COMPACT_ACTION_STRING[COMPACT_ACTION_NONE].equals(action)) { in handleMessage()1219 if (action.equals(COMPACT_ACTION_STRING[COMPACT_ACTION_FULL]) in handleMessage()1220 || action.equals(COMPACT_ACTION_STRING[COMPACT_ACTION_ANON])) { in handleMessage()1296 if (action.equals(COMPACT_ACTION_STRING[COMPACT_ACTION_FULL]) in handleMessage()1521 if (action.equals(COMPACT_ACTION_STRING[COMPACT_ACTION_FULL])) { in performCompaction()1523 } else if (action.equals(COMPACT_ACTION_STRING[COMPACT_ACTION_FILE])) { in performCompaction()[all …]