Searched refs:DEXOPT_SAFEMODE (Results 1 – 4 of 4) sorted by relevance
42 constexpr int DEXOPT_SAFEMODE = 1 << 2; variable51 | DEXOPT_SAFEMODE
1624 bool vm_safe_mode = (dexopt_flags & DEXOPT_SAFEMODE) != 0; in dexopt()
43 import static com.android.server.pm.Installer.DEXOPT_SAFEMODE;253 | (vmSafeMode ? DEXOPT_SAFEMODE : 0) in performDexOptLI()
43 public static final int DEXOPT_SAFEMODE = 1 << 2; field in Installer