Home
last modified time | relevance | path

Searched defs:fastbootResult (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java66 CommandResult fastbootResult = mRunUtil.runTimedCmdSilently(15000, mFastbootPath, "help"); in isFastbootAvailable() local
87 CommandResult fastbootResult = in getDevices() local
106 CommandResult fastbootResult = in getBootloaderAndFastbootdDevices() local
140 CommandResult fastbootResult = in getBootloaderAndFastbootdTcpDevices() local
190 final CommandResult fastbootResult = mRunUtil.runTimedCmd(FASTBOOT_CMD_TIMEOUT, in executeCommand() local
202 final CommandResult fastbootResult = in isFastbootd() local
DNativeDevice.java2542 private boolean isRecoveryNeeded(CommandResult fastbootResult) { in isRecoveryNeeded()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DGsiDeviceFlashPreparerTest.java138 CommandResult fastbootResult = new CommandResult(); in doGetSlotExpectation() local
148 CommandResult fastbootResult = new CommandResult(); in doGetEmptySlotExpectation() local
DFastbootDeviceFlasherTest.java164 CommandResult fastbootResult = new CommandResult(); in testGetImageVersion() local
181 CommandResult fastbootResult = new CommandResult(); in testGetCurrentSlot_fastboot() local
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/sync/
DIncrementalImageFuncTest.java222 CommandResult fastbootResult = in testBlockCompareUpdate() local
385 CommandResult fastbootResult = in revertToPreviousBuild() local
/tools/tradefederation/core/src/com/android/tradefed/util/image/
DIncrementalImageUtil.java637 CommandResult fastbootResult = in flashStaticPartition() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java476 CommandResult fastbootResult = new CommandResult(); in testGetProductType_fastboot() local
502 CommandResult fastbootResult = new CommandResult(); in testGetProductType_fastbootNonalpha() local
528 CommandResult fastbootResult = new CommandResult(); in testGetProductType_fastbootFail() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java1692 CommandResult fastbootResult = in handleAndLogReleaseState() local