Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DApkInstaller.java87 String[] uninstallCmd = createUninstallCommand(packageName, mDeviceSerial); in install()
165 String[] cmd = createUninstallCommand(installedPackage, mDeviceSerial); in uninstallAllInstalledPackages()
231 private String[] createUninstallCommand(String packageName, String deviceSerial) { in createUninstallCommand() method in ApkInstaller