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

  /tools/tradefederation/core/src/com/android/tradefed/host/
IHostOptions.java 20 import com.android.tradefed.targetprep.DeviceFlashPreparer;
29 * Returns the max number of concurrent flashing to allow. Used by {@link DeviceFlashPreparer}.
  /tools/tradefederation/core/prod-tests/src/com/android/fastboot/tests/
FastbootTest.java 32 import com.android.tradefed.targetprep.DeviceFlashPreparer;
79 + "DeviceFlashPreparer) to be used for the fastboot test", mandatory = true)
137 DeviceFlashPreparer flasher = loadFlashPreparerClass();
256 * Attempt to load the class implementing {@link DeviceFlashPreparer} based on the option
259 private DeviceFlashPreparer loadFlashPreparerClass() {
263 if (flasherObject instanceof DeviceFlashPreparer) {
264 return (DeviceFlashPreparer)flasherObject;
266 CLog.e("Loaded class '%s' is not an instance of DeviceFlashPreparer.",
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DeviceFlashPreparerTest.java 43 * Unit tests for {@link DeviceFlashPreparer}.
48 private DeviceFlashPreparer mDeviceFlashPreparer;
68 mDeviceFlashPreparer = new DeviceFlashPreparer() {
187 final DeviceFlashPreparer dfp = mDeviceFlashPreparer;
223 final DeviceFlashPreparer dfp = mDeviceFlashPreparer;
261 final DeviceFlashPreparer dfp = mDeviceFlashPreparer;
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceFlashPreparer.java 41 public abstract class DeviceFlashPreparer implements ITargetCleaner {

Completed in 183 milliseconds