Searched refs:DEXOPT_STORAGE_DE (Results 1 – 6 of 6) sorted by relevance
51 constexpr int DEXOPT_STORAGE_DE = 1 << 8; variable69 | DEXOPT_STORAGE_DE
80 static_assert(DEXOPT_STORAGE_DE == 1 << 8, "DEXOPT_STORAGE_DE unexpected.");
1843 if ((dexopt_flags & DEXOPT_STORAGE_DE) != 0) { in validate_dexopt_storage_flags()1847 } else if ((dexopt_flags & DEXOPT_STORAGE_DE) != 0) { in validate_dexopt_storage_flags()2148 CHECK((dexopt_flags & DEXOPT_STORAGE_DE) == 0); in dexopt()
32 import static com.android.server.pm.Installer.DEXOPT_STORAGE_DE;386 dexoptFlags |= DEXOPT_STORAGE_DE; in dexOptSecondaryDexPathLI()691 if ((flags & DEXOPT_STORAGE_DE) == DEXOPT_STORAGE_DE) { in printDexoptFlags()
64 public static final int DEXOPT_STORAGE_DE = 1 << 8; field in Installer
580 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in TEST_F()587 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in TEST_F()603 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_DE, in TEST_F()824 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in SetUp()