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()
33 import static com.android.server.pm.Installer.DEXOPT_STORAGE_DE;453 dexoptFlags |= DEXOPT_STORAGE_DE; in dexOptSecondaryDexPathLI()814 if ((flags & DEXOPT_STORAGE_DE) == DEXOPT_STORAGE_DE) { in printDexoptFlags()
66 public static final int DEXOPT_STORAGE_DE = 1 << 8; field in Installer
590 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in TEST_F()597 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in TEST_F()613 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_DE, in TEST_F()834 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in SetUp()