Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DDeviceWiper.java61 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