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.java8016 if (pkg.applicationInfo.getCodePath() == null ||
8144 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString)
8149 + " found at " + pkg.applicationInfo.getCodePath()
8159 File destCodeFile = new File(pkg.applicationInfo.getCodePath());
9014 final File oldCodePath = new File(existing.applicationInfo.getCodePath());
9015 final File newCodePath = new File(update.applicationInfo.getCodePath());
9469 final String apkName = deriveCodePathName(pkg.applicationInfo.getCodePath());
13373 abstract String getCodePath(); method in class:PackageManagerService.InstallArgs
13598 String getCodePath() { method in class:PackageManagerService.FileInstallArgs
13753 String getCodePath() { method in class:PackageManagerService.AsecInstallArgs
14040 String getCodePath() { method in class:PackageManagerService.MoveInstallArgs
[all...]
H A DSettings.java895 final String codePath = pkg.applicationInfo.getCodePath();

Completed in 85 milliseconds