Searched defs:sourceFile (Results 1 - 1 of 1) sorted by relevance

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DPackageUtil.java56 public static PackageParser.Package getPackageInfo(Context context, File sourceFile) { argument
60 return parser.parsePackage(sourceFile, 0);
145 * @param sourceFile File the package is in
148 Activity pContext, ApplicationInfo appInfo, File sourceFile) {
149 final String archiveFilePath = sourceFile.getAbsolutePath();
147 getAppSnippet( Activity pContext, ApplicationInfo appInfo, File sourceFile) argument

Completed in 185 milliseconds