Searched refs:codePathString (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java74 String codePathString; field in class:PackageSettingBase
186 this.codePathString = codePath.toString();
248 codePathString = orig.codePathString;
H A DSettings.java831 + pkgSetting.codePathString + " to " + codePath.toString());
948 if (!Objects.equals(codePath, p.codePathString)) {
950 " changing from " + p.codePathString + " to " + codePath);
952 p.codePathString = codePath;
2810 serializer.attribute(null, "codePath", pkg.codePathString);
2815 if (!pkg.resourcePathString.equals(pkg.codePathString)) {
2861 serializer.attribute(null, "codePath", pkg.codePathString);
2862 if (!pkg.resourcePathString.equals(pkg.codePathString)) {
4633 pw.print(prefix); pw.print(" codePath="); pw.println(ps.codePathString);
4651 if (pps == null || !pps.codePathString
[all...]
H A DPackageManagerService.java2654 + ps.codePathString + ", installStatus=" + ps.installStatus
8967 + ps.name + " changing from " + updatedPkg.codePathString
8970 updatedPkg.codePathString = scanFile.toString();
9007 + " reverting from " + ps.codePathString
9012 ps.codePathString, ps.resourcePathString, getAppDexInstructionSets(ps));
9078 + " reverting from " + ps.codePathString + ": new version "
9081 ps.codePathString, ps.resourcePathString, getAppDexInstructionSets(ps));
10881 + " and requiring known paths " + known.codePathString
10884 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString)
10890 + " but expected at " + known.codePathString
11764 calculateBundledApkRoot(final String codePathString) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageManagerSettingsTests.java539 pkg.applicationInfo.setCodePath(ps.codePathString);
597 assertSame(origPkgSetting.codePathString, testPkgSetting.codePathString);
598 assertThat(origPkgSetting.codePathString, is(testPkgSetting.codePathString));

Completed in 101 milliseconds