Searched refs:mFlashOptions (Results 1 – 1 of 1) sorted by relevance
88 private Collection<String> mFlashOptions = new ArrayList<>(); field in FastbootDeviceFlasher168 mFlashOptions = flashOptions.stream().map(String::trim).collect(Collectors.toList()); in setFlashOptions()229 cmdArgs.addAll(mFlashOptions); in buildFastbootCommand()