Searched refs:DEXOPT_STORAGE_CE (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/installd/ |
D | installd_constants.h | 52 constexpr int DEXOPT_STORAGE_CE = 1 << 7; variable 70 | DEXOPT_STORAGE_CE
|
D | otapreopt.cpp | 82 static_assert(DEXOPT_STORAGE_CE == 1 << 7, "DEXOPT_STORAGE_CE unexpected.");
|
D | dexopt.cpp | 1505 if ((dexopt_flags & DEXOPT_STORAGE_CE) != 0) { in validate_dexopt_storage_flags() 1863 CHECK((dexopt_flags & DEXOPT_STORAGE_CE) == 0); in dexopt()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 701 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE, in TEST_F() 707 CompileSecondaryDex(secondary_dex_ce_link_, DEXOPT_STORAGE_CE, in TEST_F() 714 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE, in TEST_F() 735 CompileSecondaryDex(secondary_dex_ce_ + "not.there", DEXOPT_STORAGE_CE, in TEST_F() 752 CompileSecondaryDex("/data/data/random.app/secondary.jar", DEXOPT_STORAGE_CE, in TEST_F() 761 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE, in TEST_F() 1021 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE, in SetUp()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageDexOptimizer.java | 32 import static com.android.server.pm.Installer.DEXOPT_STORAGE_CE; 849 if ((flags & DEXOPT_STORAGE_CE) == DEXOPT_STORAGE_CE) { in printDexoptFlags()
|
D | Installer.java | 74 public static final int DEXOPT_STORAGE_CE = 1 << 7; field in Installer
|