Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java111 private Collection<String> mFastbootFlashOptions = new ArrayList<>(); field in DeviceFlashPreparer
225 ((FastbootDeviceFlasher) flasher).setFlashOptions(mFastbootFlashOptions); in setUp()