Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PowerPerfTest/src/com/android/powerperf/tests/
DPowerPerfTest.java41 private String mScriptFilePath; field in PowerPerfTest
46 mScriptFilePath = mParams.getString("script_filepath"); in testPowerPerf()
47 assertNotNull("Script file path not set", mScriptFilePath); in testPowerPerf()
49 String result = getUiDevice().executeShellCommand(mScriptFilePath); in testPowerPerf()