Home
last modified time | relevance | path

Searched refs:resourcePathString (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageSettingBase.java66 String resourcePathString; field in PackageSettingBase
162 resourcePathString = base.resourcePathString; in PackageSettingBase()
203 this.resourcePathString = resourcePath.toString(); in init()
DSettings.java912 if (!Objects.equals(resourcePath, p.resourcePathString)) { in insertPackageSettingLPw()
914 " changing from " + p.resourcePathString + " to " + resourcePath); in insertPackageSettingLPw()
916 p.resourcePathString = resourcePath; in insertPackageSettingLPw()
2579 if (!pkg.resourcePathString.equals(pkg.codePathString)) { in writeDisabledSysPackageLPr()
2580 serializer.attribute(null, "resourcePath", pkg.resourcePathString); in writeDisabledSysPackageLPr()
2624 if (!pkg.resourcePathString.equals(pkg.codePathString)) { in writePackageLPr()
2625 serializer.attribute(null, "resourcePath", pkg.resourcePathString); in writePackageLPr()
4358 pw.print(prefix); pw.print(" resourcePath="); pw.println(ps.resourcePathString); in dumpPackageLPr()
DPackageManagerService.java6966 updatedPkg.resourcePathString = scanFile.toString();
7006 ps.codePathString, ps.resourcePathString, getAppDexInstructionSets(ps));
7075 ps.codePathString, ps.resourcePathString, getAppDexInstructionSets(ps));
7097 if (ps != null && ps.resourcePathString != null) {
7098 resourcePath = ps.resourcePathString;
7099 baseResourcePath = ps.resourcePathString;
8128 + " & " + known.resourcePathString);
8132 known.resourcePathString)) {
16029 ps.codePathString, ps.resourcePathString, getAppDexInstructionSets(ps));