Searched refs:FLAG_HAS_CODE (Results 1 – 11 of 11) sorted by relevance
104 return (pkg.applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0; in canOptimizePackage()161 if ((i == 0 && (pkg.applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) == 0) || in performDexOptLI()162 (i != 0 && (pkg.splitFlags[i - 1] & ApplicationInfo.FLAG_HAS_CODE) == 0)) { in performDexOptLI()
4507 ApplicationInfo.FLAG_HAS_CODE, "HAS_CODE",
156 public static final int FLAG_HAS_CODE = 1<<2; field in ApplicationInfo1102 return (flags & FLAG_HAS_CODE) != 0; in hasCode()
3488 ai.flags |= ApplicationInfo.FLAG_HAS_CODE; in parseBaseApplication()3882 owner.splitFlags[splitIndex] |= ApplicationInfo.FLAG_HAS_CODE; in parseSplitApplication()6011 if ((applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()6016 if ((splitFlags[i] & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()
208 ApplicationInfo.FLAG_SYSTEM|ApplicationInfo.FLAG_HAS_CODE, in testPackageStateCopy01()235 ApplicationInfo.FLAG_SYSTEM|ApplicationInfo.FLAG_HAS_CODE, in testPackageStateCopy02()
736 if ((mApplicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in setupJitProfileSupport()
2136 (aInfo.flags&ApplicationInfo.FLAG_HAS_CODE) != 0, registerPackage); in getPackageInfo()
1231 ApplicationInfo.FLAG_HAS_CODE); in setupPackageInPackageManager()
8371 field public static final int FLAG_HAS_CODE = 4; // 0x4
10155 field public static final int FLAG_HAS_CODE = 4; // 0x4
10735 field public static final int FLAG_HAS_CODE = 4; // 0x4