Searched refs:performFastbootOp (Results 1 – 1 of 1) sorted by relevance
61 performFastbootOp(device, "erase", "cache"); in doErase()62 performFastbootOp(device, "erase", "userdata"); in doErase()65 private void performFastbootOp(ITestDevice device, String op, String partition) in performFastbootOp() method in DeviceWiper