/aosp12/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
H A D | XmlConfigTests.java | 326 info.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in testBasicDebugOverrides() 342 info.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in testDebugOverridesWithDomain() 362 info.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in testDebugInherit() 444 info.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in testDebugDedup() 464 info.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in testExtraDebugResource() 491 info.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in testExtraDebugResourceIgnored()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/compat/ |
H A D | ApplicationInfoBuilder.java | 58 applicationInfo.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in build()
|
/aosp12/frameworks/base/core/java/android/security/net/config/ |
H A D | ManifestConfigSource.java | 62 (mApplicationInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in getConfigSource()
|
H A D | XmlConfigSource.java | 51 mDebugBuild = (mApplicationInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in XmlConfigSource()
|
/aosp12/frameworks/base/services/core/java/com/android/server/compat/ |
H A D | OverrideValidatorImpl.java | 136 if ((applicationInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in getOverrideAllowedStateInternal()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
H A D | AppPicker.java | 110 if ((ai.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0 in onCreateActions()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | AppPicker.java | 129 if ((ai.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0 in AppListAdapter()
|
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/watchdog/ |
H A D | ExplicitHealthCheckServiceImplUnitTest.java | 107 .thenReturn(createFakeResolveInfo(ApplicationInfo.FLAG_DEBUGGABLE)); in testInitHealthCheckersWhileApplicationInfoFlagNotSystem()
|
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
H A D | BackupEligibilityRules.java | 190 boolean isDebuggable = (app.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in isAppBackupAllowed()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtManagerService.java | 169 return (info.applicationInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) in checkShellPermissions() 170 == ApplicationInfo.FLAG_DEBUGGABLE; in checkShellPermissions()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageDexOptimizer.java | 667 || ((info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0); in getRealCompilerFilter() 726 return getDexFlags((info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0, in getDexFlags()
|
H A D | StagingManager.java | 352 & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in checkDowngrade()
|
H A D | Settings.java | 4309 ApplicationInfo.FLAG_DEBUGGABLE, "DEBUGGABLE",
|
H A D | PackageManagerService.java | 27100 return (0 != (appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE));
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppProfiler.java | 607 if ((proc.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) { in recordPssSampleLPf() 2057 if ((app.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) { in setupProfilerInfoLocked() 2114 if ((app.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) { in setupProfilerInfoLocked()
|
H A D | ActivityManagerService.java | 2464 isDebuggable = (ai.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in ensureAllowedAssociations() 2479 pai.setDebuggable((appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0); in updateAssociationForApp() 6477 if ((app.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in setTrackAllocationApp() 6490 boolean isAppDebuggable = (app.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in setProfileApp() 6503 if ((app.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in setNativeDebuggingAppLocked() 15003 if ((proc.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in dumpHeap() 15049 && (proc.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in setDumpHeapDebugLimit() 15249 if ((process.info.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in processSanityChecksLPr() 16842 if ((proc.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) {
|
H A D | ProcessList.java | 1894 if ((app.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) { 1986 if ((app.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) {
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | SystemSensorManager.java | 140 mIsPackageDebuggable = (0 != (appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE)); in SystemSensorManager()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/ |
H A D | BackupEligibilityRulesTest.java | 286 /* flags */ ApplicationInfo.FLAG_DEBUGGABLE, CUSTOM_BACKUP_AGENT_NAME); in appIsEligibleForBackup_debuggableNonPrivilegedApp_returnsTrueForAdbBackup()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | PackageInfoWithoutStateUtils.java | 760 | flag(pkg.isDebuggable(), ApplicationInfo.FLAG_DEBUGGABLE) in appInfoFlags()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ApplicationInfo.java | 184 public static final int FLAG_DEBUGGABLE = 1<<1; field in ApplicationInfo
|
H A D | PackageParser.java | 3477 ai.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in parseBaseApplication()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 1480 && ((mBoundApplication.appInfo.flags&ApplicationInfo.FLAG_DEBUGGABLE) != 0)) in dumpMemInfo() 1606 boolean showContents = (flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0 in dumpMemInfo() 6632 boolean isAppDebuggable = (data.appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in handleBindApplication()
|
H A D | Activity.java | 8095 (mApplication.getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0;
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobSchedulerService.java | 1069 (appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0);
|