HomeSort by relevance Sort by last modified time
    Searched refs:flasher (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceFlashPreparer.java 84 @Option(name = "concurrent-flasher-limit", description =
97 @Option(name = "disable", description = "Disable the device flasher.")
167 "not be called while any permits are active. The flasher limit is %d, " +
202 CLog.i("using host-wide concurrent flasher limit %d",
251 IDeviceFlasher flasher = createFlasher(device); local
252 flasher.setWipeTimeout(mWipeTimeout);
260 flasher.overrideDeviceOptions(device);
261 flasher.setUserDataFlashOption(mUserDataFlashOption);
262 flasher.setForceSystemFlash(mForceSystemFlash);
263 flasher.setDataWipeSkipList(mDataWipeSkipList)
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/fastboot/tests/
FastbootTest.java 70 @Option(name = "concurrent-flasher-limit", description = "The maximum number of concurrent"
78 @Option(name = "flasher-class", description = "The Flasher class (implementing "
137 DeviceFlashPreparer flasher = loadFlashPreparerClass(); local
142 if (flasher == null) {
143 throw new RuntimeException(String.format("Could not find flasher %s",
147 OptionSetter setter = new OptionSetter(flasher);
148 // duping and passing parameters down to flasher
152 setter.setOptionValue("concurrent-flasher-limit",
163 throw new RuntimeException("failed to set options for flasher", ce)
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
FastbootDeviceFlasherTest.java 229 FastbootDeviceFlasher flasher = getFlasherWithParserData( local
234 flasher.checkAndFlashBaseband(mockDevice, build);
605 FastbootDeviceFlasher flasher = new FastbootDeviceFlasher() { local
623 flasher.setFlashingResourcesRetriever(EasyMock.createNiceMock(
625 return flasher;

Completed in 1296 milliseconds