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