Searched refs:handleFastbootResult (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | FastbootDeviceFlasher.java | 260 handleFastbootResult(device, result, "-w"); in handleUserDataFlashing() 296 handleFastbootResult(device, result, wipeMethod, partition); in wipePartition() 1030 return handleFastbootResult(device, result, cmdArgs); in executeFastbootCmd() 1072 return handleFastbootResult(device, result, cmdArgs); in executeLongFastbootCmd() 1085 String handleFastbootResult(ITestDevice device, CommandResult result, String... cmdArgs) in handleFastbootResult() method in FastbootDeviceFlasher
|
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/ |
D | FastbootDeviceFlasherTest.java | 834 assertEquals("", mFlasher.handleFastbootResult(mMockDevice, res, "update")); in testHandleFastbootResult() 848 mFlasher.handleFastbootResult(mMockDevice, res, "update"); in testHandleFastbootResult_fastbootFailed() 869 mFlasher.handleFastbootResult(mMockDevice, res, "update"); in testHandleFastbootResult_noDiskSpace()
|