Searched refs:buildFastbootCommand (Results 1 – 2 of 2) sorted by relevance
169 private String[] buildFastbootCommand(String action, boolean skipReboot, String... args) { in buildFastbootCommand() method in FastbootDeviceFlasher227 buildFastbootCommand( in flashPartition()413 buildFastbootCommand( in flashBootloader()682 buildFastbootCommand( in flashSystem()
1918 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand()2052 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand() method in NativeDevice