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

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

Completed in 136 milliseconds