Searched defs:packageURI (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java329 private PackageParser.Package parsePackage(Uri packageURI) throws PackageParserException { argument
330 final String archiveFilePath = packageURI.getPath();
572 Uri packageURI; field in class:PackageManagerTests.InstallParams
578 this.packageURI = Uri.fromFile(new File(pkg.codePath));
582 this.packageURI = Uri.fromFile(new File(pkg.codePath));
694 Uri packageURI = getInstallablePackage(rawResId, outFile);
695 PackageParser.Package pkg = parsePackage(packageURI);
708 Uri packageURI = ip.packageURI;
721 invokeInstallPackageFail(packageURI, flag
[all...]

Completed in 56 milliseconds