Searched refs:FLAG_HAS_CODE (Results 1 – 15 of 15) sorted by relevance
66 if ((pkg.getSplitFlags()[i] & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()
158 ai.flags = ApplicationInfo.FLAG_HAS_CODE; in markDelegatedCertInstallerAsInstalled()
169 public static final int FLAG_HAS_CODE = 1<<2; field in ApplicationInfo1592 return (flags & FLAG_HAS_CODE) != 0; in hasCode()
3487 ai.flags |= ApplicationInfo.FLAG_HAS_CODE; in parseBaseApplication()3971 owner.splitFlags[splitIndex] |= ApplicationInfo.FLAG_HAS_CODE; in parseSplitApplication()6993 if ((applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()6998 if ((splitFlags[i] & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()
437 ApplicationInfo.FLAG_SYSTEM|ApplicationInfo.FLAG_HAS_CODE, in testPackageStateCopy01()459 ApplicationInfo.FLAG_SYSTEM|ApplicationInfo.FLAG_HAS_CODE, in testPackageStateCopy02()
535 if ((splitFlags[i] & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getPackageProfileNames()
191 pathsWithCode[i] = (pkg.getSplitFlags()[i - 1] & ApplicationInfo.FLAG_HAS_CODE) != 0; in performDexOptLI()
4509 ApplicationInfo.FLAG_HAS_CODE, "HAS_CODE",
796 ? this.splitFlags[splitIndex] | ApplicationInfo.FLAG_HAS_CODE797 : this.splitFlags[splitIndex] & ~ApplicationInfo.FLAG_HAS_CODE;
688 | flag(pkg.isHasCode(), ApplicationInfo.FLAG_HAS_CODE) in appInfoFlags()
987 if ((mApplicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in setupJitProfileSupport()
2371 && (aInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0, registerPackage); in getPackageInfo()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
8371 field public static final int FLAG_HAS_CODE = 4; // 0x4
11468 field public static final int FLAG_HAS_CODE = 4; // 0x4