Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DAppSetup.java215 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