Searched refs:DEXOPT_DEBUGGABLE (Results 1 – 4 of 4) sorted by relevance
80 constexpr int DEXOPT_DEBUGGABLE = 1 << 3; variable89 | DEXOPT_DEBUGGABLE
1406 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; in dexopt()
40 import static com.android.server.pm.Installer.DEXOPT_DEBUGGABLE;252 | (debuggable ? DEXOPT_DEBUGGABLE : 0) in performDexOptLI()
45 public static final int DEXOPT_DEBUGGABLE = 1 << 3; field in Installer