Searched refs:simpleFastbootCommand (Results 1 – 2 of 2) sorted by relevance
2472 CommandResult result = simpleFastbootCommand(timeout, envVarMap, fullCmd); in doFastbootCommand()4305 simpleFastbootCommand( in waitForDeviceBootloader()6078 protected CommandResult simpleFastbootCommand(final long timeout, String[] fullCmd) in simpleFastbootCommand() method in NativeDevice6080 return simpleFastbootCommand(timeout, new HashMap<>(), fullCmd); in simpleFastbootCommand()6088 protected CommandResult simpleFastbootCommand( in simpleFastbootCommand() method in NativeDevice
1573 protected CommandResult simpleFastbootCommand( in testRebootIntoBootloader()1614 protected CommandResult simpleFastbootCommand( in testRebootIntoBootloader_forceFastboot()