Searched refs:FLAG_HAS_CODE (Results 1 – 12 of 12) sorted by relevance
116 if ((pkg.applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) == 0) { in canOptimizePackage()176 pathsWithCode[0] = (pkg.applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0; in performDexOptLI()178 pathsWithCode[i] = (pkg.splitFlags[i - 1] & ApplicationInfo.FLAG_HAS_CODE) != 0; in performDexOptLI()
4380 ApplicationInfo.FLAG_HAS_CODE, "HAS_CODE",
11559 (pkg.applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0;11568 (pkg.splitFlags[i] & ApplicationInfo.FLAG_HAS_CODE) != 0;
516 if ((pkg.applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getPackageProfileNames()521 if ((pkg.splitFlags[i] & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getPackageProfileNames()
139 ai.flags = ApplicationInfo.FLAG_HAS_CODE; in markDelegatedCertInstallerAsInstalled()
1362 ApplicationInfo.FLAG_HAS_CODE); in setupPackageInPackageManager()4715 DpmMockContext.CALLER_USER_HANDLE, 20988, ApplicationInfo.FLAG_HAS_CODE); in testGetOwnerInstalledCaCertsForDelegate()
163 public static final int FLAG_HAS_CODE = 1<<2; field in ApplicationInfo1509 return (flags & FLAG_HAS_CODE) != 0; in hasCode()
3563 ai.flags |= ApplicationInfo.FLAG_HAS_CODE; in parseBaseApplication()4042 owner.splitFlags[splitIndex] |= ApplicationInfo.FLAG_HAS_CODE; in parseSplitApplication()6804 if ((applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()6809 if ((splitFlags[i] & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()
379 ApplicationInfo.FLAG_SYSTEM|ApplicationInfo.FLAG_HAS_CODE, in testPackageStateCopy01()406 ApplicationInfo.FLAG_SYSTEM|ApplicationInfo.FLAG_HAS_CODE, in testPackageStateCopy02()
979 if ((mApplicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in setupJitProfileSupport()
2312 && (aInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0, registerPackage); in getPackageInfo()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...