Searched refs:mTestPath (Results 1 – 3 of 3) sorted by relevance
51 this.mTestPath = (String) icicle.get("path"); in onCreate()94 String mTestPath; field in LayoutTestsAutoRunner
94 runner.mTestPath = setUpForwarding(runner.mPageCyclerForwardHost, in runPageCyclerTest()96 Log.d(LOGTAG, "using path: " + runner.mTestPath); in runPageCyclerTest()99 if (runner.mTestPath == null) { in runPageCyclerTest()109 runTestAndWaitUntilDone(activity, runner.mTestPath, runner.mTimeoutInMillis, in runPageCyclerTest()
372 if (runner.mTestPath == null) { in executeLayoutTests()381 mTestPathPrefix = (new File(LAYOUT_TESTS_ROOT + runner.mTestPath)).getAbsolutePath(); in executeLayoutTests()423 if (runner.mTestPath != null) { in getTestPath()424 test_path += runner.mTestPath; in getTestPath()