Searched defs:getCodePath (Results 1 - 2 of 2) 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 DPackageManagerService.java8002 if (pkg.applicationInfo.getCodePath() == null ||
8130 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString)
8135 + " found at " + pkg.applicationInfo.getCodePath()
8145 File destCodeFile = new File(pkg.applicationInfo.getCodePath());
8991 final File oldCodePath = new File(existing.applicationInfo.getCodePath());
8992 final File newCodePath = new File(update.applicationInfo.getCodePath());
9444 final String apkName = deriveCodePathName(pkg.applicationInfo.getCodePath());
13244 abstract String getCodePath(); method in class:PackageManagerService.InstallArgs
13469 String getCodePath() { method in class:PackageManagerService.FileInstallArgs
13624 String getCodePath() { method in class:PackageManagerService.AsecInstallArgs
13911 String getCodePath() { method in class:PackageManagerService.MoveInstallArgs
[all...]

Completed in 119 milliseconds