Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java239 String wipeMethod = device.getUseFastbootErase() ? "erase" : "format"; in wipePartition() local
240 CLog.d("fastboot %s %s", wipeMethod, partition); in wipePartition()
242 handleFastbootResult(device, result, wipeMethod, partition); in wipePartition()