Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DUiAutomatorRunner.java70 private boolean mIgnoreSighup = false; field in UiAutomatorRunner
115 mIgnoreSighup = value; in setIgnoreSighup()
122 if (mIgnoreSighup) { in getRunCommand()
DUiAutomatorTest.java116 private boolean mIgnoreSighup = false; field in UiAutomatorTest
228 ((UiAutomatorRunner)getTestRunner()).setIgnoreSighup(mIgnoreSighup); in run()