Searched refs:createUninstallCommand (Results 1 – 1 of 1) sorted by relevance
87 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