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