Searched refs:buildFastbootCommand (Results 1 – 2 of 2) sorted by relevance
221 private String[] buildFastbootCommand(String action, boolean skipReboot, String... args) { in buildFastbootCommand() method in FastbootDeviceFlasher281 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()
2468 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand()2616 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand() method in NativeDevice4307 buildFastbootCommand("getvar", "product")); in waitForDeviceBootloader()