Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmTestBase.java160 ai.flags = ApplicationInfo.FLAG_HAS_CODE; in markDelegatedCertInstallerAsInstalled()
DDevicePolicyManagerTest.java1709 ApplicationInfo.FLAG_HAS_CODE); in setupPackageInPackageManager()
6086 CALLER_USER_HANDLE, 20988, ApplicationInfo.FLAG_HAS_CODE); in testGetOwnerInstalledCaCertsForDelegate()
/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
DAndroidPackageUtils.java66 if ((pkg.getSplitFlags()[i] & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java192 public static final int FLAG_HAS_CODE = 1<<2; field in ApplicationInfo
1770 return (flags & FLAG_HAS_CODE) != 0; in hasCode()
DPackageParser.java3496 ai.flags |= ApplicationInfo.FLAG_HAS_CODE; in parseBaseApplication()
3980 owner.splitFlags[splitIndex] |= ApplicationInfo.FLAG_HAS_CODE; in parseSplitApplication()
7101 if ((applicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()
7106 if ((splitFlags[i] & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getAllCodePathsExcludingResourceOnly()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java535 if ((splitFlags[i] & ApplicationInfo.FLAG_HAS_CODE) != 0) { in getPackageProfileNames()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageManagerSettingsTests.java561 ApplicationInfo.FLAG_SYSTEM|ApplicationInfo.FLAG_HAS_CODE, in testPackageStateCopy01()
583 ApplicationInfo.FLAG_SYSTEM|ApplicationInfo.FLAG_HAS_CODE, in testPackageStateCopy02()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java204 pathsWithCode[i] = (pkg.getSplitFlags()[i - 1] & ApplicationInfo.FLAG_HAS_CODE) != 0; in performDexOptLI()
DSettings.java4310 ApplicationInfo.FLAG_HAS_CODE, "HAS_CODE",
DPackageManagerService.java14631 (pkg.getSplitFlags()[i] & ApplicationInfo.FLAG_HAS_CODE) != 0;
/frameworks/base/core/java/android/content/pm/parsing/
DParsingPackageImpl.java950 ? this.splitFlags[splitIndex] | ApplicationInfo.FLAG_HAS_CODE
951 : this.splitFlags[splitIndex] & ~ApplicationInfo.FLAG_HAS_CODE;
DPackageInfoWithoutStateUtils.java762 | flag(pkg.isHasCode(), ApplicationInfo.FLAG_HAS_CODE) in appInfoFlags()
/frameworks/base/core/java/android/app/
DLoadedApk.java1079 if ((mApplicationInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0) { in registerAppInfoToArt()
DActivityThread.java2523 && (aInfo.flags & ApplicationInfo.FLAG_HAS_CODE) != 0, registerPackage); in getPackageInfo()
/frameworks/base/core/api/
Dcurrent.txt11968 field public static final int FLAG_HAS_CODE = 4; // 0x4
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8371 field public static final int FLAG_HAS_CODE = 4; // 0x4