Home
last modified time | relevance | path

Searched refs:FLAG_HAS_CODE (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java116 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()
DSettings.java4380 ApplicationInfo.FLAG_HAS_CODE, "HAS_CODE",
DPackageManagerService.java11559 (pkg.applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0;
11568 (pkg.splitFlags[i] & ApplicationInfo.FLAG_HAS_CODE) != 0;
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java516 if ((pkg.applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getPackageProfileNames()
521 if ((pkg.splitFlags[i] & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getPackageProfileNames()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmTestBase.java139 ai.flags = ApplicationInfo.FLAG_HAS_CODE; in markDelegatedCertInstallerAsInstalled()
DDevicePolicyManagerTest.java1362 ApplicationInfo.FLAG_HAS_CODE); in setupPackageInPackageManager()
4715 DpmMockContext.CALLER_USER_HANDLE, 20988, ApplicationInfo.FLAG_HAS_CODE); in testGetOwnerInstalledCaCertsForDelegate()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java163 public static final int FLAG_HAS_CODE = 1<<2; field in ApplicationInfo
1509 return (flags & FLAG_HAS_CODE) != 0; in hasCode()
DPackageParser.java3563 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()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageManagerSettingsTests.java379 ApplicationInfo.FLAG_SYSTEM|ApplicationInfo.FLAG_HAS_CODE, in testPackageStateCopy01()
406 ApplicationInfo.FLAG_SYSTEM|ApplicationInfo.FLAG_HAS_CODE, in testPackageStateCopy02()
/frameworks/base/core/java/android/app/
DLoadedApk.java979 if ((mApplicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in setupJitProfileSupport()
DActivityThread.java2312 && (aInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0, registerPackage); in getPackageInfo()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...