Searched refs:testModule (Results 1 – 5 of 5) sorted by relevance
197 String[] testModule = {pyModule}; in doRunTest() local200 cmd = ArrayUtil.buildArray(baseOpts, mUnitTestOpts.split(" "), testModule); in doRunTest()202 cmd = ArrayUtil.buildArray(baseOpts, testModule); in doRunTest()
163 String testModule = getTestModule(); in getTestPath() local164 if (testModule != null) { in getTestPath()166 testPath.append(testModule); in getTestPath()
343 for (String testModule : mTestModules) { in run()344 String testPath = getTestPath(mDeviceTestPath, testModule); in run()
94 String testModule = getTestModule(); in getTestPath() local95 if (testModule != null) { in getTestPath()97 testPath.append(testModule); in getTestPath()
222 ITestSuite testModule = (ITestSuite) test; in handleDeviceNotAvailable() local223 int attemptNumber = remotePool.getAttemptNumber(testModule); in handleDeviceNotAvailable()226 remotePool.returnToRemotePool(testModule, attemptNumber + 1); in handleDeviceNotAvailable()