Searched defs:archiveFilePath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java598 public PackageInfo getPackageArchiveInfo(String archiveFilePath, int flags) { argument
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java4702 * @param archiveFilePath The path to the archive file
4737 public PackageInfo getPackageArchiveInfo(String archiveFilePath, @PackageInfoFlags int flags) { argument
4739 final File apkFile = new File(archiveFilePath);

Completed in 316 milliseconds