Searched refs:isAppDebuggable (Results 1 – 4 of 4) sorted by relevance
987 public static boolean isDowngradePermitted(int installFlags, boolean isAppDebuggable) { in isDowngradePermitted() argument1009 final boolean isDebuggable = Build.IS_DEBUGGABLE || isAppDebuggable; in isDowngradePermitted()
2726 final boolean isAppDebuggable = (activePackage.applicationInfo.flags in verifyReplacingVersionCodeForApex()2729 if (!PackageManagerServiceUtils.isDowngradePermitted(installFlags, isAppDebuggable) in verifyReplacingVersionCodeForApex()
9059 boolean isAppDebuggable =9061 if (isAppDebuggable) {9068 if (isAppDebuggable) {
7349 boolean isAppDebuggable = (data.appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in handleBindApplication()7350 boolean isAppProfileable = isAppDebuggable || data.appInfo.isProfileable(); in handleBindApplication()7362 HardwareRenderer.setDebuggingEnabled(isAppDebuggable || Build.IS_DEBUGGABLE); in handleBindApplication()