Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java583 public CommandResult fastbootWipePartition(String partition) throws DeviceNotAvailableException; in fastbootWipePartition() method
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java295 CommandResult result = device.fastbootWipePartition(partition); in wipePartition()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java359 when(mMockDevice.fastbootWipePartition("cache")).thenReturn(fastbootOutput); in testWipeCache_exists()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2527 public CommandResult fastbootWipePartition(String partition) in fastbootWipePartition() method in NativeDevice