Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DSystemPackageUninstaller.java83 String packageInstallDirectory = getPackageInstallDirectory(packageName, device); in uninstallPackage()
278 private static String getPackageInstallDirectory(String packageName, ITestDevice device) in getPackageInstallDirectory() method in SystemPackageUninstaller