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

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DPackageUtil.java52 public static PackageParser.Package getPackageInfo(File sourceFile) { argument
55 return parser.parsePackage(sourceFile, 0);
154 Activity pContext, ApplicationInfo appInfo, File sourceFile) {
155 final String archiveFilePath = sourceFile.getAbsolutePath();
153 getAppSnippet( Activity pContext, ApplicationInfo appInfo, File sourceFile) argument

Completed in 119 milliseconds