Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java501 options.isRestartDisabled(), in runDeviceTests()
703 boolean isRestartDisabled, in runDeviceTests() argument
722 isRestartDisabled, in runDeviceTests()
788 boolean isRestartDisabled, in doRunTests() argument
815 if (isRestartDisabled && device.checkApiLevelAgainstNextRelease(31)) { in doRunTests()
DDeviceTestRunOptions.java228 public boolean isRestartDisabled() { in isRestartDisabled() method in DeviceTestRunOptions