Searched refs:executeLongFastbootCmd (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | FastbootDeviceFlasher.java | 279 executeLongFastbootCmd( in flashPartition() 852 executeLongFastbootCmd(device, systemVarMap, fastbootArgs); in flashWithAll() 882 executeLongFastbootCmd(device, systemVarMap, fastbootArgs); in flashWithFuseZip() 931 executeLongFastbootCmd( in flashWithUpdateCommand() 1047 protected String executeLongFastbootCmd(ITestDevice device, String... cmdArgs) in executeLongFastbootCmd() method in FastbootDeviceFlasher 1049 return executeLongFastbootCmd(device, new HashMap<>(), cmdArgs); in executeLongFastbootCmd() 1068 protected String executeLongFastbootCmd( in executeLongFastbootCmd() method in FastbootDeviceFlasher 1197 executeLongFastbootCmd( in flashRamdiskIfNeeded()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | CdmaDeviceFlasher.java | 124 executeLongFastbootCmd(device, "flash", BASEBAND_IMAGE_NAME, in flashBaseband()
|