Searched refs:FLAG_HAS_CODE (Results 1 – 7 of 7) sorted by relevance
114 if ((pkg.applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) == 0) { in performDexOptLI()
3906 ApplicationInfo.FLAG_HAS_CODE, "HAS_CODE",
143 public static final int FLAG_HAS_CODE = 1<<2; field in ApplicationInfo
2547 ai.flags |= ApplicationInfo.FLAG_HAS_CODE; in parseBaseApplication()2861 owner.splitFlags[splitIndex] |= ApplicationInfo.FLAG_HAS_CODE; in parseSplitApplication()4427 if ((applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()4432 if ((splitFlags[i] & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()
1830 (aInfo.flags&ApplicationInfo.FLAG_HAS_CODE) != 0, registerPackage); in getPackageInfo()
8894 field public static final int FLAG_HAS_CODE = 4; // 0x4
9151 field public static final int FLAG_HAS_CODE = 4; // 0x4