Searched refs:setFlashOptions (Results 1 – 3 of 3) sorted by relevance
366 ((FastbootDeviceFlasher) flasher).setFlashOptions(mFastbootFlashOptions); in setUp()
165 public void setFlashOptions(Collection<String> flashOptions) { in setFlashOptions() method in FastbootDeviceFlasher
761 mFlasher.setFlashOptions(Arrays.asList("--foo", " --bar")); in testCheckAndFlashSystem_withFlashOptions()