Searched refs:FLAG_DEBUGGABLE (Results 1 – 13 of 13) sorted by relevance
65 boolean debugBuild = (mApplicationInfoFlags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in getConfigSource()
189 … final boolean debuggable = (pkg.applicationInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in performDexOptLI()
2512 final boolean isDebug = (ai.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in writePackageListLPr()4232 ApplicationInfo.FLAG_DEBUGGABLE, "DEBUGGABLE",
12785 & ApplicationInfo.FLAG_DEBUGGABLE) != 0;
140 public static final int FLAG_DEBUGGABLE = 1<<1; field in ApplicationInfo
2856 ai.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in parseBaseApplication()
3689 if ((app.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) { in startProcessLocked()11897 if ((app.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in setTrackAllocationApp()11910 if ((app.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in setProfileApp()11933 if ((app.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in setNativeDebuggingAppLocked()19750 if ((proc.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) != 0) { in recordPssSampleLocked()21188 if ((proc.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in dumpHeap()21223 && (proc.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in setDumpHeapDebugLimit()21417 if ((process.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in processSanityChecksLocked()
6693 (mApplication.getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in performStart()
1147 && ((mBoundApplication.appInfo.flags&ApplicationInfo.FLAG_DEBUGGABLE) != 0)) in dumpMemInfo()5203 boolean isAppDebuggable = (data.appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in handleBindApplication()
8367 field public static final int FLAG_DEBUGGABLE = 2; // 0x2
9343 field public static final int FLAG_DEBUGGABLE = 2; // 0x2
9354 field public static final int FLAG_DEBUGGABLE = 2; // 0x2
9685 field public static final int FLAG_DEBUGGABLE = 2; // 0x2