Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java57 private static final String SKIP_REBOOT_PARAM = "--skip-reboot"; field in FastbootDeviceFlasher
175 cmdArgs.add(SKIP_REBOOT_PARAM); in buildFastbootCommand()