Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPackageDef.java274 UiAutomatorJarTest uiautomatorTest = new UiAutomatorJarTest(); in createTest() local
275 return setUiAutomatorTest(uiautomatorTest); in createTest()
332 private IRemoteTest setUiAutomatorTest(UiAutomatorJarTest uiautomatorTest) { in setUiAutomatorTest() argument
333 uiautomatorTest.setInstallArtifacts(getJarPath()); in setUiAutomatorTest()
339 uiautomatorTest.addClassName(mClassName); in setUiAutomatorTest()
341 uiautomatorTest.addClassNames(mTestClasses); in setUiAutomatorTest()
343 uiautomatorTest.setRunName(mAppPackageName); in setUiAutomatorTest()
344 uiautomatorTest.setCaptureLogs(false); in setUiAutomatorTest()
345 return uiautomatorTest; in setUiAutomatorTest()