Searched refs:archiveFilePath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java4674 * @param archiveFilePath The path to the archive file
4679 public PackageInfo getPackageArchiveInfo(String archiveFilePath, @PackageInfoFlags int flags) { argument
4682 final File apkFile = new File(archiveFilePath);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java652 public PackageInfo getPackageArchiveInfo(String archiveFilePath, int flags) { argument
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java360 final String archiveFilePath = packageURI.getPath();
362 File sourceFile = new File(archiveFilePath);

Completed in 146 milliseconds