Searched refs:origPackage (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/java/com/android/server/pm/
H A DPackageSettingBase.java78 PackageSettingBase origPackage; field in class:PackageSettingBase
122 origPackage = base.origPackage;
H A DSettings.java214 PackageSetting getPackageLPw(PackageParser.Package pkg, PackageSetting origPackage, argument
218 PackageSetting p = getPackageLPw(name, origPackage, realName, sharedUser, codePath,
392 private PackageSetting getPackageLPw(String name, PackageSetting origPackage, argument
438 if (origPackage != null) {
440 p = new PackageSetting(origPackage.name, name, codePath, resourcePath,
443 + name + " is adopting original package " + origPackage.name);
447 p.copyFrom(origPackage);
449 p.sharedUser = origPackage.sharedUser;
450 p.appId = origPackage.appId;
451 p.origPackage
[all...]
H A DPackageManagerService.java4248 PackageSetting origPackage = null;
4269 if ((origPackage = mSettings.peekPackageLPr(
4273 if (!verifyPackageUpdateLPr(origPackage, pkg)) {
4275 origPackage = null;
4277 } else if (origPackage.sharedUser != null) {
4279 if (!origPackage.sharedUser.name.equals(pkg.mSharedUserId)) {
4280 Slog.w(TAG, "Unable to migrate data from " + origPackage.name
4282 + origPackage.sharedUser.name
4284 origPackage = null;
4289 + pkg.packageName + " to old name " + origPackage
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp802 String8 origPackage(attr->string);
804 NOISY(printf("Overriding package '%s' to be '%s'\n", origPackage.string(), manifestPackageNameOverride));
809 fullyQualifyClassName(origPackage, application, String16("name"));
810 fullyQualifyClassName(origPackage, application, String16("backupAgent"));
817 fullyQualifyClassName(origPackage, child, String16("name"));
819 fullyQualifyClassName(origPackage, child, String16("name"));
820 fullyQualifyClassName(origPackage, child, String16("targetActivity"));
H A DResourceTable.h237 virtual uint32_t getRemappedPackage(uint32_t origPackage) const;
H A DResourceTable.cpp2251 uint32_t ResourceTable::getRemappedPackage(uint32_t origPackage) const
2253 return origPackage;
/frameworks/base/include/androidfw/
H A DResourceTypes.h1483 virtual uint32_t getRemappedPackage(uint32_t origPackage) const = 0;

Completed in 180 milliseconds