Home
last modified time | relevance | path

Searched refs:mPythonRunnerHelper (Results 1 – 1 of 1) sorted by relevance

/test/vts/harnesses/tradefed/src/com/android/tradefed/device/metric/
DVtsCoverageCollector.java44 private VtsPythonRunnerHelper mPythonRunnerHelper = null; field in VtsCoverageCollector
66 if (mPythonRunnerHelper == null) { in onTestRunEnd()
75 mPythonRunnerHelper = new VtsPythonRunnerHelper(buildInfo, workingDir); in onTestRunEnd()
99 mPythonRunnerHelper.runPythonRunner(cmd, commandResult, BASE_TIMEOUT); in onTestRunEnd()
120 mPythonRunnerHelper = pythonRunnerHelper; in setPythonRunnerHelper()