Home
last modified time | relevance | path

Searched refs:setFlashOptions (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java225 ((FastbootDeviceFlasher) flasher).setFlashOptions(mFastbootFlashOptions); in setUp()
DFastbootDeviceFlasher.java132 public void setFlashOptions(Collection<String> flashOptions) { in setFlashOptions() method in FastbootDeviceFlasher
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java688 mFlasher.setFlashOptions(Arrays.asList("--foo", " --bar")); in testCheckAndFlashSystem_withFlashOptions()