Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java105 private boolean mInjectSerial = false; field in PythonBinaryHostTest
245 if (!(mTestInfo.getDevice().getIDevice() instanceof StubDevice) && mInjectSerial) { in runSinglePythonFile()