Searched refs:sourceFile (Results 1 - 3 of 3) 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
H A DPackageInstallerActivity.java553 File sourceFile = new File(packageUri.getPath());
554 PackageParser.Package parsed = PackageUtil.getPackageInfo(sourceFile);
566 as = PackageUtil.getAppSnippet(this, mPkgInfo.applicationInfo, sourceFile);
766 File sourceFile = null;
768 sourceFile = File.createTempFile("package", ".apk", getCacheDir());
772 sourceFile) : null;
791 if (sourceFile != null) {
792 sourceFile.delete();
795 return sourceFile;
H A DInstallAppProgress.java330 final File sourceFile = new File(mPackageURI.getPath());
331 as = PackageUtil.getAppSnippet(this, mAppInfo, sourceFile);

Completed in 313 milliseconds