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.java366 ((FastbootDeviceFlasher) flasher).setFlashOptions(mFastbootFlashOptions); in setUp()
DFastbootDeviceFlasher.java165 public void setFlashOptions(Collection<String> flashOptions) { in setFlashOptions() method in FastbootDeviceFlasher
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java761 mFlasher.setFlashOptions(Arrays.asList("--foo", " --bar")); in testCheckAndFlashSystem_withFlashOptions()