HomeSort by relevance Sort by last modified time
    Searched refs:DEXOPT_STORAGE_CE (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
50 constexpr int DEXOPT_STORAGE_CE = 1 << 7;
61 | DEXOPT_STORAGE_CE
dexopt.cpp     [all...]
otapreopt.cpp 79 static_assert(DEXOPT_STORAGE_CE == 1 << 7, "DEXOPT_STORAGE_CE unexpected.");
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageDexOptimizer.java 52 import static com.android.server.pm.Installer.DEXOPT_STORAGE_CE;
306 dexoptFlags |= DEXOPT_STORAGE_CE;
600 if ((flags & DEXOPT_STORAGE_CE) == DEXOPT_STORAGE_CE) {
Installer.java 56 public static final int DEXOPT_STORAGE_CE = 1 << 7;

Completed in 39 milliseconds