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