Searched refs:mScriptFilePath (Results 1 – 1 of 1) sorted by relevance
41 private String mScriptFilePath; field in PowerPerfTest46 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()