Searched refs:uninstallApp (Results 1 – 2 of 2) sorted by relevance
209 public String uninstallApp(String applicationID, String... extraArgs) throws InstallException { in uninstallApp() method in StubDevice
650 String result = getIDevice().uninstallApp(packageName, finalExtraArgs); in uninstallPackage()