Searched refs:DEXOPT_OTA (Results 1 – 4 of 4) sorted by relevance
46 constexpr int DEXOPT_OTA = 1 << 6; variable55 | DEXOPT_OTA;
276 if ((dexopt_flags & DEXOPT_OTA) != 0) { in do_dexopt()
19 import static com.android.server.pm.Installer.DEXOPT_OTA;412 return dexoptFlags | DEXOPT_OTA; in adjustDexoptFlags()
51 public static final int DEXOPT_OTA = 1 << 6; field in Installer