/aosp14/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()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/compat/ |
H A D | ApplicationInfoBuilder.java | 58 applicationInfo.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in build()
|
/aosp14/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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/compat/ |
H A D | OverrideValidatorImpl.java | 136 if ((applicationInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in getOverrideAllowedStateInternal()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerNative.java | 120 return (0 != (appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE)); in isPackageDebuggable()
|
H A D | PackageDexOptimizer.java | 776 || ((info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0); in getRealCompilerFilter() 828 return getDexFlags((info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0, in getDexFlags()
|
H A D | InstallPackageHelper.java | 2682 & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in verifyReplacingVersionCodeForApex()
|
H A D | Settings.java | 4597 ApplicationInfo.FLAG_DEBUGGABLE, "DEBUGGABLE",
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
H A D | BackupEligibilityRules.java | 218 boolean isDebuggable = (app.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in isAppBackupAllowed()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtManagerService.java | 181 return (info.applicationInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) in checkShellPermissions() 182 == ApplicationInfo.FLAG_DEBUGGABLE; in checkShellPermissions()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessRecord.java | 992 if ((info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) { in isDebuggable() 997 return clientInfo != null && (clientInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in isDebuggable()
|
H A D | ProcessList.java | 1815 boolean debuggableFlag = (app.info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; 1822 debuggableFlag |= (clientInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0;
|
H A D | ActivityManagerService.java | 2721 isDebuggable = (ai.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in ensureAllowedAssociations() 2736 pai.setDebuggable((appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0); in updateAssociationForApp() 6011 if (!Build.IS_DEBUGGABLE && (info.flags & ApplicationInfo.FLAG_DEBUGGABLE) == 0) { in enforceDebuggable() 7340 boolean isAppDebuggable = (app.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in setProfileApp() 7345 (sdkSandboxClientApp.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in setProfileApp()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/utils/ |
H A D | BackupEligibilityRulesTest.java | 358 /* flags */ ApplicationInfo.FLAG_DEBUGGABLE, CUSTOM_BACKUP_AGENT_NAME); in appIsEligibleForBackup_debuggableNonPrivilegedApp_returnsTrueForAdbBackup()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | SystemSensorManager.java | 157 mIsPackageDebuggable = (0 != (appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE)); in SystemSensorManager()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ApplicationInfo.java | 195 public static final int FLAG_DEBUGGABLE = 1<<1; field in ApplicationInfo
|
H A D | PackageParser.java | 3533 ai.flags |= ApplicationInfo.FLAG_DEBUGGABLE; in parseBaseApplication()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | PackageInfoUtils.java | 884 | flag(pkg.isDebuggable(), ApplicationInfo.FLAG_DEBUGGABLE) in appInfoFlags()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskSupervisor.java | 700 || (aInfo.applicationInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0) in resolveActivity()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 1639 && ((mBoundApplication.appInfo.flags&ApplicationInfo.FLAG_DEBUGGABLE) != 0)) in dumpMemInfo() 1768 boolean showContents = (flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0 in dumpMemInfo() 6906 boolean isAppDebuggable = (data.appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in handleBindApplication()
|
H A D | Activity.java | 8669 (mApplication.getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0;
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobSchedulerService.java | 1579 (appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0);
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 11797 field public static final int FLAG_DEBUGGABLE = 2; // 0x2
|