Searched refs:runnerPath (Results 1 – 2 of 2) sorted by relevance
81 public UiAutomatorRunner(IDevice remoteDevice, String[] jarPaths, String runnerPath) { in UiAutomatorRunner() argument85 if (runnerPath != null) { in UiAutomatorRunner()86 mRunnerPath = runnerPath; in UiAutomatorRunner()
324 String runnerPath = ((UiAutomatorRunner)getTestRunner()).getRunnerPath(); in preTestSetup() local325 if (!getDevice().doesFileExist(runnerPath)) { in preTestSetup()326 throw new RuntimeException("Missing UI Automator runner: " + runnerPath); in preTestSetup()