Home
last modified time | relevance | path

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

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DDeleteStagedFileOnResult.java45 File sourceFile = new File(getIntent().getData().getPath()); in onActivityResult() local
DInstallSuccess.java66 File sourceFile = new File(packageURI.getPath()); in onCreate() local
DPackageUtil.java56 public static PackageParser.Package getPackageInfo(Context context, File sourceFile) { in getPackageInfo()
148 Activity pContext, ApplicationInfo appInfo, File sourceFile) { in getAppSnippet()
DInstallFailed.java102 final File sourceFile = new File(packageURI.getPath()); in onCreate() local
DInstallInstalling.java95 final File sourceFile = new File(mPackageURI.getPath()); in onCreate() local
DPackageInstallerActivity.java580 File sourceFile = new File(packageUri.getPath()); in processPackageUri() local