Searched refs:PythonBinaryHostTest (Results 1 – 3 of 3) sorted by relevance
18 import static com.android.tradefed.testtype.python.PythonBinaryHostTest.TEST_OUTPUT_FILE_FLAG;19 import static com.android.tradefed.testtype.python.PythonBinaryHostTest.USE_TEST_OUTPUT_FILE_OPTION;73 private PythonBinaryHostTest mTest;91 new PythonBinaryHostTest() { in setUp()107 mMockRunUtil.setEnvVariable(PythonBinaryHostTest.ANDROID_SERIAL_VAR, "SERIAL"); in setUp()462 PythonBinaryHostTest.LD_LIBRARY_PATH, in testRun_withSharedLibInHostTestsDir()526 PythonBinaryHostTest.LD_LIBRARY_PATH, in testRun_withSharedLib()748 private OptionSetter newDefaultOptionSetter(PythonBinaryHostTest test) throws Exception { in newDefaultOptionSetter()
27 import com.android.tradefed.testtype.python.PythonBinaryHostTest;
73 public class PythonBinaryHostTest implements IRemoteTest, ITestFilterReceiver { class