Home
last modified time | relevance | path

Searched refs:DEXOPT_STORAGE_DE (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/
Dinstalld_constants.h51 constexpr int DEXOPT_STORAGE_DE = 1 << 8; variable
69 | DEXOPT_STORAGE_DE
Dotapreopt.cpp80 static_assert(DEXOPT_STORAGE_DE == 1 << 8, "DEXOPT_STORAGE_DE unexpected.");
Ddexopt.cpp1843 if ((dexopt_flags & DEXOPT_STORAGE_DE) != 0) { in validate_dexopt_storage_flags()
1847 } else if ((dexopt_flags & DEXOPT_STORAGE_DE) != 0) { in validate_dexopt_storage_flags()
2148 CHECK((dexopt_flags & DEXOPT_STORAGE_DE) == 0); in dexopt()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java32 import static com.android.server.pm.Installer.DEXOPT_STORAGE_DE;
386 dexoptFlags |= DEXOPT_STORAGE_DE; in dexOptSecondaryDexPathLI()
691 if ((flags & DEXOPT_STORAGE_DE) == DEXOPT_STORAGE_DE) { in printDexoptFlags()
DInstaller.java64 public static final int DEXOPT_STORAGE_DE = 1 << 8; field in Installer
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp580 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in TEST_F()
587 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in TEST_F()
603 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_DE, in TEST_F()
824 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in SetUp()