Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DAppSetup.java97 if (mUninstallAll && !uninstallAllApps(device)) { in setUp()
196 if (mUninstallAll && !uninstallAllApps(device)) { in tearDown()
211 private boolean uninstallAllApps(ITestDevice device) throws DeviceNotAvailableException { in uninstallAllApps() method in AppSetup