Home
last modified time | relevance | path

Searched refs:parsePackageName (Results 1 – 2 of 2) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDirectoryBasedModuleInfoProvider.java85 mPackageNameParser.parsePackageName(file), in get()
96 public String parsePackageName(File apkFile) throws IOException {
108 String parsePackageName(File apkFile) throws IOException;
DApkInstaller.java81 packageName = mPackageNameParser.parsePackageName(apkFilePaths.get(0)); in install()
272 public String parsePackageName(Path apkFile) throws IOException { in parsePackageName() method in ApkInstaller.AaptPackageNameParser
285 String parsePackageName(Path apkFile) throws IOException; in parsePackageName() method