HomeSort by relevance Sort by last modified time
    Searched refs:DEXOPT_STORAGE_DE (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
51 constexpr int DEXOPT_STORAGE_DE = 1 << 8;
62 | DEXOPT_STORAGE_DE;
dexopt.cpp     [all...]
otapreopt.cpp 80 static_assert(DEXOPT_STORAGE_DE == 1 << 8, "DEXOPT_STORAGE_DE unexpected.");
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageDexOptimizer.java 53 import static com.android.server.pm.Installer.DEXOPT_STORAGE_DE;
303 dexoptFlags |= DEXOPT_STORAGE_DE;
603 if ((flags & DEXOPT_STORAGE_DE) == DEXOPT_STORAGE_DE) {
Installer.java 58 public static final int DEXOPT_STORAGE_DE = 1 << 8;

Completed in 738 milliseconds