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

/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java1218 /** {@hide} */ public String getCodePath() { return scanSourceDir; } method in class:ApplicationInfo
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java790 existing = PackageParser.parsePackageLite(new File(appInfo.getCodePath()), 0);
H A DPackageManagerService.java7991 if (pkg.applicationInfo.getCodePath() == null ||
8119 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString)
8124 + " found at " + pkg.applicationInfo.getCodePath()
8134 File destCodeFile = new File(pkg.applicationInfo.getCodePath());
8989 final File oldCodePath = new File(existing.applicationInfo.getCodePath());
8990 final File newCodePath = new File(update.applicationInfo.getCodePath());
9444 final String apkName = deriveCodePathName(pkg.applicationInfo.getCodePath());
13328 abstract String getCodePath(); method in class:PackageManagerService.InstallArgs
13553 String getCodePath() { method in class:PackageManagerService.FileInstallArgs
13708 String getCodePath() { method in class:PackageManagerService.AsecInstallArgs
13995 String getCodePath() { method in class:PackageManagerService.MoveInstallArgs
[all...]
H A DSettings.java895 final String codePath = pkg.applicationInfo.getCodePath();

Completed in 102 milliseconds