Home
last modified time | relevance | path

Searched refs:sourceFile (Results 1 – 3 of 3) sorted by relevance

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DPackageUtil.java65 public static PackageParser.Package getPackageInfo(File sourceFile) { in getPackageInfo() argument
68 PackageParser.Package pkg = parser.parseMonolithicPackage(sourceFile, 0); in getPackageInfo()
169 Activity pContext, ApplicationInfo appInfo, File sourceFile) { in getAppSnippet() argument
170 final String archiveFilePath = sourceFile.getAbsolutePath(); in getAppSnippet()
DPackageInstallerActivity.java513 final File sourceFile = new File(mPackageURI.getPath());
514 PackageParser.Package parsed = PackageUtil.getPackageInfo(sourceFile);
530 as = PackageUtil.getAppSnippet(this, mPkgInfo.applicationInfo, sourceFile);
DInstallAppProgress.java247 final File sourceFile = new File(mPackageURI.getPath());
248 as = PackageUtil.getAppSnippet(this, mAppInfo, sourceFile);