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