Searched refs:mPythonBin (Results 1 – 1 of 1) sorted by relevance
318 private String mPythonBin = null; field in VtsMultiDeviceTest464 if (mPythonBin == null) { in run()465 mPythonBin = getPythonBinary(); in run()799 if (mPythonBin == null){ in doRunTest()800 mPythonBin = getPythonBinary(); in doRunTest()802 String[] baseOpts = {mPythonBin, "-m"}; in doRunTest()