Home
last modified time | relevance | path

Searched refs:isAppDebuggable (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java994 public static boolean isDowngradePermitted(int installFlags, boolean isAppDebuggable) { in isDowngradePermitted() argument
1016 final boolean isDebuggable = Build.IS_DEBUGGABLE || isAppDebuggable; in isDowngradePermitted()
H A DInstallPackageHelper.java2681 final boolean isAppDebuggable = (activePackage.applicationInfo.flags in verifyReplacingVersionCodeForApex()
2684 if (!PackageManagerServiceUtils.isDowngradePermitted(installFlags, isAppDebuggable) in verifyReplacingVersionCodeForApex()
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java8668 boolean isAppDebuggable =
8670 if (isAppDebuggable) {
8677 if (isAppDebuggable) {
H A DActivityThread.java6906 boolean isAppDebuggable = (data.appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in handleBindApplication()
6907 boolean isAppProfileable = isAppDebuggable || data.appInfo.isProfileable(); in handleBindApplication()
6919 HardwareRenderer.setDebuggingEnabled(isAppDebuggable || Build.IS_DEBUGGABLE); in handleBindApplication()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7340 boolean isAppDebuggable = (app.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in setProfileApp()
7344 isAppDebuggable |= in setProfileApp()
7348 if (!isAppDebuggable && !isAppProfileable) { in setProfileApp()