Searched refs:getAllAppsToUninstall (Results 1 – 1 of 1) sorted by relevance
215 Set<String> pkgs = getAllAppsToUninstall(device); in uninstallAllApps()229 return getAllAppsToUninstall(device).isEmpty(); in uninstallAllApps()232 … private Set<String> getAllAppsToUninstall(ITestDevice device) throws DeviceNotAvailableException { in getAllAppsToUninstall() method in AppSetup