Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java208 handleFastbootResult(device, result, "-w"); in handleUserDataFlashing()
242 handleFastbootResult(device, result, wipeMethod, partition); in wipePartition()
781 return handleFastbootResult(device, result, cmdArgs); in executeFastbootCmd()
801 return handleFastbootResult(device, result, cmdArgs); in executeLongFastbootCmd()
813 private String handleFastbootResult(ITestDevice device, CommandResult result, String... cmdArgs) in handleFastbootResult() method in FastbootDeviceFlasher