Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java676 public boolean shouldDisableReboot() { in shouldDisableReboot() method in TestDeviceOptions
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3460 if (getOptions().shouldDisableReboot()) { in postBootSetup()
3933 if (mOptions.shouldDisableReboot()) { in doReboot()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java1506 public boolean shouldDisableReboot() { in testDoReboot_skipped()