Searched refs:FLAG_DEBUGGABLE (Results 1 – 8 of 8) sorted by relevance
119 … final boolean debuggable = (pkg.applicationInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in performDexOptLI()
2247 final boolean isDebug = (ai.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in writePackageListLPr()3905 ApplicationInfo.FLAG_DEBUGGABLE, "DEBUGGABLE",
135 public static final int FLAG_DEBUGGABLE = 1<<1; field in ApplicationInfo
2528 ai.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in parseBaseApplication()
3271 if ((app.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) { in startProcessLocked()10542 if ((app.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in setOpenGlTraceApp()10555 if ((app.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in setProfileApp()18247 if ((proc.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) != 0) { in recordPssSampleLocked()19578 if ((proc.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in dumpHeap()19613 && (proc.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in setDumpHeapDebugLimit()
4588 boolean appTracingAllowed = (data.appInfo.flags&ApplicationInfo.FLAG_DEBUGGABLE) != 0; in handleBindApplication()
8888 field public static final int FLAG_DEBUGGABLE = 2; // 0x2
9145 field public static final int FLAG_DEBUGGABLE = 2; // 0x2