Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DUiAutomatorTest.java213 if (!isInstrumentationTest()) { in run()
227 if (!isInstrumentationTest()) { in run()
249 if (isInstrumentationTest()) { in createTestRunner()
323 if (!isInstrumentationTest()) { in preTestSetup()
547 public boolean isInstrumentationTest() { in isInstrumentationTest() method in UiAutomatorTest