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

  /frameworks/native/cmds/installd/
installd_constants.h 45 // DEXOPT_FORCE, DEXOPT_STORAGE_CE, DEXOPT_STORAGE_DE are exposed for secondary
49 constexpr int DEXOPT_FORCE = 1 << 6;
60 | DEXOPT_FORCE
otapreopt.cpp 78 static_assert(DEXOPT_FORCE == 1 << 6, "DEXOPT_FORCE unexpected.");
    [all...]
dexopt.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageDexOptimizer.java 51 import static com.android.server.pm.Installer.DEXOPT_FORCE;
597 if ((flags & DEXOPT_FORCE) == DEXOPT_FORCE) {
638 // Add DEXOPT_FORCE flag to signal installd that it should force compilation
640 return flags | DEXOPT_FORCE;
Installer.java 54 public static final int DEXOPT_FORCE = 1 << 6;

Completed in 48 milliseconds