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