Home
last modified time | relevance | path

Searched refs:FLAG_DEBUGGABLE (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/security/net/config/
DManifestConfigSource.java67 boolean debugBuild = (mApplicationInfoFlags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in getConfigSource()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java94 (pkg.applicationInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0); in create()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java482 boolean debuggable = (flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in getDexFlags()
DSettings.java2761 final boolean isDebug = (ai.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in writePackageListLPr()
4519 ApplicationInfo.FLAG_DEBUGGABLE, "DEBUGGABLE",
DPackageManagerService.java16373 & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in installLocationPolicy()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java148 public static final int FLAG_DEBUGGABLE = 1<<1; field in ApplicationInfo
DPackageParser.java3579 ai.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in parseBaseApplication()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java3852 if ((app.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) { in startProcessLocked()
3887 if ((app.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) { in startProcessLocked()
12817 if ((app.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) {
12830 if ((app.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) {
12852 if ((app.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) {
21711 if ((proc.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) != 0) {
23563 if ((proc.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) {
23598 && (proc.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) {
23819 if ((process.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) {
24639 if ((proc.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) {
/frameworks/base/core/java/android/app/
DActivityThread.java1240 && ((mBoundApplication.appInfo.flags&ApplicationInfo.FLAG_DEBUGGABLE) != 0)) in dumpMemInfo()
5590 boolean isAppDebuggable = (data.appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in handleBindApplication()
DActivity.java7041 (mApplication.getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in performStart()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8367 field public static final int FLAG_DEBUGGABLE = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt10186 field public static final int FLAG_DEBUGGABLE = 2; // 0x2
Dtest-current.txt10223 field public static final int FLAG_DEBUGGABLE = 2; // 0x2
Dsystem-current.txt10737 field public static final int FLAG_DEBUGGABLE = 2; // 0x2