Searched refs:resourcePathString (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageSettingBase.java | 65 String resourcePathString; field in PackageSettingBase 174 this.resourcePathString = resourcePath.toString(); in init() 251 resourcePathString = orig.resourcePathString; in doCopy() 665 this.resourcePathString = other.resourcePathString; in updateFrom()
|
D | Settings.java | 763 + " resource path from " + pkgSetting.resourcePathString in updatePackageSetting() 767 pkgSetting.resourcePathString = resourcePath.toString(); in updatePackageSetting() 2757 if (!pkg.resourcePathString.equals(pkg.codePathString)) { in writeDisabledSysPackageLPr() 2758 serializer.attribute(null, "resourcePath", pkg.resourcePathString); in writeDisabledSysPackageLPr() 2804 if (!pkg.resourcePathString.equals(pkg.codePathString)) { in writePackageLPr() 2805 serializer.attribute(null, "resourcePath", pkg.resourcePathString); in writePackageLPr() 4525 pw.print(prefix); pw.print(" resourcePath="); pw.println(ps.resourcePathString); in dumpPackageLPr()
|
D | PackageManagerService.java | 9355 pkgSetting.resourcePathString, getAppDexInstructionSets(pkgSetting)); 9420 pkgSetting.resourcePathString, getAppDexInstructionSets(pkgSetting)); 11925 + " & " + known.resourcePathString); 11929 known.resourcePathString)) { 18711 ps.codePathString, ps.resourcePathString, getAppDexInstructionSets(ps));
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | PackageManagerSettingsTests.java | 793 assertSame(origPkgSetting.resourcePathString, testPkgSetting.resourcePathString); in verifySettingCopy() 794 assertThat(origPkgSetting.resourcePathString, is(testPkgSetting.resourcePathString)); in verifySettingCopy()
|