Searched refs:packageLocation (Results 1 – 2 of 2) sorted by relevance
73 public void addInstallIfNecessary(String packageName, String packageLocation) { in addInstallIfNecessary() argument75 mPackagesToInstall.add(new InstallInfo(packageName, packageLocation)); in addInstallIfNecessary()119 private boolean packageContentIsCorrect(String packageName, String packageLocation) { in packageContentIsCorrect() argument120 PackageInfo pi = mPm.getPackageArchiveInfo(packageLocation, PackageManager.GET_RECEIVERS); in packageContentIsCorrect()
272 final String packageLocation = mPackageURI.getPath();273 final File file = new File(packageLocation);