HomeSort by relevance Sort by last modified time
    Searched refs:DEXOPT_STORAGE_CE (Results 1 - 6 of 6) sorted by null

  /frameworks/native/cmds/installd/
installd_constants.h 45 // DEXOPT_FORCE, DEXOPT_STORAGE_CE, DEXOPT_STORAGE_DE are exposed for secondary
50 constexpr int DEXOPT_STORAGE_CE = 1 << 7;
67 | DEXOPT_STORAGE_CE
otapreopt.cpp 80 static_assert(DEXOPT_STORAGE_CE == 1 << 7, "DEXOPT_STORAGE_CE unexpected.");
    [all...]
dexopt.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageDexOptimizer.java 59 import static com.android.server.pm.Installer.DEXOPT_STORAGE_CE;
387 dexoptFlags |= DEXOPT_STORAGE_CE;
678 if ((flags & DEXOPT_STORAGE_CE) == DEXOPT_STORAGE_CE) {
    [all...]
Installer.java 61 public static final int DEXOPT_STORAGE_CE = 1 << 7;
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 472 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE,
478 CompileSecondaryDex(secondary_dex_ce_link_, DEXOPT_STORAGE_CE,
492 CompileSecondaryDex(secondary_dex_ce_ + "not.there", DEXOPT_STORAGE_CE,
509 CompileSecondaryDex("/data/data/random.app/secondary.jar", DEXOPT_STORAGE_CE,
518 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE,
615 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE,
    [all...]

Completed in 366 milliseconds