Searched refs:PythonBinaryHostTest (Results 1 – 3 of 3) sorted by relevance
50 import static com.android.tradefed.testtype.python.PythonBinaryHostTest.TEST_OUTPUT_FILE_FLAG;51 import static com.android.tradefed.testtype.python.PythonBinaryHostTest.USE_TEST_OUTPUT_FILE_OPTION;68 private PythonBinaryHostTest mTest;85 new PythonBinaryHostTest() { in setUp()101 mMockRunUtil.setEnvVariable(PythonBinaryHostTest.ANDROID_SERIAL_VAR, "SERIAL"); in setUp()369 PythonBinaryHostTest.LD_LIBRARY_PATH, in testRun_withSharedLibInHostTestsDir()414 PythonBinaryHostTest.LD_LIBRARY_PATH, in testRun_withSharedLib()609 private OptionSetter newDefaultOptionSetter(PythonBinaryHostTest test) throws Exception { in newDefaultOptionSetter()659 PythonBinaryHostTest.PATH_TIMEOUT_MS, in expectedAdbPath()671 PythonBinaryHostTest.PATH_TIMEOUT_MS, "adb", "version")) in expectedAdbPath()
26 import com.android.tradefed.testtype.python.PythonBinaryHostTest;
68 public class PythonBinaryHostTest implements IRemoteTest, ITestFilterReceiver { class