Searched refs:DEXOPT_GENERATE_COMPACT_DEX (Results 1 – 2 of 2) sorted by relevance
28 import static com.android.server.pm.Installer.DEXOPT_GENERATE_COMPACT_DEX;890 | (generateCompactDex ? DEXOPT_GENERATE_COMPACT_DEX : 0) in getDexFlags()
80 public static final int DEXOPT_GENERATE_COMPACT_DEX = 1 << 11; field in Installer