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
81 static_assert(DEXOPT_STORAGE_DE == 1 << 8, "DEXOPT_STORAGE_DE unexpected.");
1804 if ((dexopt_flags & DEXOPT_STORAGE_DE) != 0) { in validate_dexopt_storage_flags()1808 } else if ((dexopt_flags & DEXOPT_STORAGE_DE) != 0) { in validate_dexopt_storage_flags()2004 CHECK((dexopt_flags & DEXOPT_STORAGE_DE) == 0); in dexopt()
60 import static com.android.server.pm.Installer.DEXOPT_STORAGE_DE;384 dexoptFlags |= DEXOPT_STORAGE_DE; in dexOptSecondaryDexPathLI()681 if ((flags & DEXOPT_STORAGE_DE) == DEXOPT_STORAGE_DE) { in printDexoptFlags()
63 public static final int DEXOPT_STORAGE_DE = 1 << 8; field in Installer
484 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in TEST_F()500 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_DE, in TEST_F()617 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in SetUp()