Searched refs:SHELL_EXE_BASE (Results 1 – 1 of 1) sorted by relevance
67 private static final String SHELL_EXE_BASE = "/data/local/tmp/"; field in UiAutomatorTest230 getDevice().executeShellCommand(String.format("ls %s", SHELL_EXE_BASE)); in buildJarPaths()237 Assert.assertFalse(String.format("could not find jars in %s", SHELL_EXE_BASE), in buildJarPaths()266 jarPath = SHELL_EXE_BASE + jarPath; in preTestSetup()