Searched refs:wipeMethod (Results 1 – 1 of 1) sorted by relevance
239 String wipeMethod = device.getUseFastbootErase() ? "erase" : "format"; in wipePartition() local240 CLog.d("fastboot %s %s", wipeMethod, partition); in wipePartition()242 handleFastbootResult(device, result, wipeMethod, partition); in wipePartition()