Searched refs:DEXOPT_STORAGE_DE (Results 1 – 6 of 6) sorted by relevance
51 constexpr int DEXOPT_STORAGE_DE = 1 << 8; variable68 | DEXOPT_STORAGE_DE
80 static_assert(DEXOPT_STORAGE_DE == 1 << 8, "DEXOPT_STORAGE_DE unexpected.");
1763 if ((dexopt_flags & DEXOPT_STORAGE_DE) != 0) { in validate_dexopt_storage_flags()1767 } else if ((dexopt_flags & DEXOPT_STORAGE_DE) != 0) { in validate_dexopt_storage_flags()2067 CHECK((dexopt_flags & DEXOPT_STORAGE_DE) == 0); in dexopt()
32 import static com.android.server.pm.Installer.DEXOPT_STORAGE_DE;391 dexoptFlags |= DEXOPT_STORAGE_DE; in dexOptSecondaryDexPathLI()706 if ((flags & DEXOPT_STORAGE_DE) == DEXOPT_STORAGE_DE) { in printDexoptFlags()
64 public static final int DEXOPT_STORAGE_DE = 1 << 8; field in Installer
572 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in TEST_F()579 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in TEST_F()595 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_DE, in TEST_F()757 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in SetUp()