Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DUiAutomatorRunner.java81 public UiAutomatorRunner(IDevice remoteDevice, String[] jarPaths, String runnerPath) { in UiAutomatorRunner() argument
85 if (runnerPath != null) { in UiAutomatorRunner()
86 mRunnerPath = runnerPath; in UiAutomatorRunner()
DUiAutomatorTest.java324 String runnerPath = ((UiAutomatorRunner)getTestRunner()).getRunnerPath(); in preTestSetup() local
325 if (!getDevice().doesFileExist(runnerPath)) { in preTestSetup()
326 throw new RuntimeException("Missing UI Automator runner: " + runnerPath); in preTestSetup()