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.java54 File sourceFile = new File(archiveFilePath); in getApplicationInfo() local
58 sourceFile, archiveFilePath, metrics, 0); in getApplicationInfo()
68 public static PackageParser.Package getPackageInfo(File sourceFile) { in getPackageInfo() argument
69 final String archiveFilePath = sourceFile.getAbsolutePath(); in getPackageInfo()
73 PackageParser.Package pkg = packageParser.parsePackage(sourceFile, in getPackageInfo()
153 Activity pContext, ApplicationInfo appInfo, File sourceFile) { in getAppSnippet() argument
154 final String archiveFilePath = sourceFile.getAbsolutePath(); in getAppSnippet()
DPackageInstallerActivity.java294 final File sourceFile = new File(mPackageURI.getPath());
295 mPkgInfo = PackageUtil.getPackageInfo(sourceFile);
310 this, mPkgInfo.applicationInfo, sourceFile);
DInstallAppProgress.java229 final File sourceFile = new File(mPackageURI.getPath());
230 PackageUtil.AppSnippet as = PackageUtil.getAppSnippet(this, mAppInfo, sourceFile);