Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java333 mFlasher.wipeCache(mMockDevice); in testWipeCache_exists()
358 mFlasher.wipeCache(mMockDevice); in testWipeCache_not_exists()
381 mFlasher.wipeCache(mMockDevice); in testWipeCache_not_exists_error()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DCdmaDeviceFlasher.java93 wipeCache(device); in flash()
107 wipeCache(device); in flash()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java211 wipeCache(device); in handleUserDataFlashing()
500 protected void wipeCache(ITestDevice device) throws DeviceNotAvailableException, in wipeCache() method in FastbootDeviceFlasher