Searched refs:test_path (Results 1 – 2 of 2) sorted by relevance
422 String test_path = LAYOUT_TESTS_ROOT; in getTestPath() local424 test_path += runner.mTestPath; in getTestPath()426 test_path = new File(test_path).getAbsolutePath(); in getTestPath()427 Log.v("LayoutTestsAutoTest", " Test path : " + test_path); in getTestPath()429 return test_path; in getTestPath()
88 android create test-project -m <main_path> -n <project_name> -p <test_path>212 <pre>android update-test-project -m <main_path> -p <test_path></pre>