Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java221 private String[] buildFastbootCommand(String action, boolean skipReboot, String... args) { in buildFastbootCommand() method in FastbootDeviceFlasher
281 buildFastbootCommand( in flashPartition()
481 buildFastbootCommand( in flashBootloader()
851 String[] fastbootArgs = buildFastbootCommand("flashall", mShouldFlashRamdisk); in flashWithAll()
881 String[] fastbootArgs = buildFastbootCommand("flashall", mShouldFlashRamdisk); in flashWithFuseZip()
933 buildFastbootCommand( in flashWithUpdateCommand()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2468 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand()
2616 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand() method in NativeDevice
4307 buildFastbootCommand("getvar", "product")); in waitForDeviceBootloader()