Searched refs:DEXOPT_ONLY_SECONDARY_DEX (Results 1 – 4 of 4) sorted by relevance
41 public static final int DEXOPT_ONLY_SECONDARY_DEX = 1 << 3; field in DexoptOptions97 DEXOPT_ONLY_SECONDARY_DEX | in DexoptOptions()135 return (mFlags & DEXOPT_ONLY_SECONDARY_DEX) != 0; in isDexoptOnlySecondaryDex()
65 DexoptOptions.DEXOPT_ONLY_SECONDARY_DEX | in testCreateDexoptOptionsFull()
461 dexoptFlags | DexoptOptions.DEXOPT_ONLY_SECONDARY_DEX); in performDexOptSecondary()
9915 int flags = DexoptOptions.DEXOPT_ONLY_SECONDARY_DEX |