Searched refs:mModule (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ModuleDefinitionTest.java | 88 private ModuleDefinition mModule; field in ModuleDefinitionTest 285 mModule = in setUp() 293 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice); in setUp() 294 mModule.getModuleInvocationContext() in setUp() 334 mModule.setBuild(mMockBuildInfo); in testRun() 335 mModule.setDevice(mMockDevice); in testRun() 351 mModule.run(mMockListener); in testRun() 361 mModule.setBuild(mMockBuildInfo); in testRun_tearDownException() 362 mModule.setDevice(mMockDevice); in testRun_tearDownException() 381 mModule.run(mMockListener); in testRun_tearDownException() [all …]
|
D | ModuleDefinitionMultiTest.java | 50 private ModuleDefinition mModule; field in ModuleDefinitionMultiTest 113 mModule = in testCreateAndRun() 121 mModule.getModuleInvocationContext().addAllocatedDevice(DEVICE_NAME_1, mDevice1); in testCreateAndRun() 122 mModule.getModuleInvocationContext().addDeviceBuildInfo(DEVICE_NAME_1, mBuildInfo1); in testCreateAndRun() 123 mModule.getModuleInvocationContext().addAllocatedDevice(DEVICE_NAME_2, mDevice2); in testCreateAndRun() 124 mModule.getModuleInvocationContext().addDeviceBuildInfo(DEVICE_NAME_2, mBuildInfo2); in testCreateAndRun() 135 mModule.run(mListener); in testCreateAndRun() 148 mModule = in testPreparer_mismatch() 156 mModule.getModuleInvocationContext().addAllocatedDevice(DEVICE_NAME_1, mDevice1); in testPreparer_mismatch() 157 mModule.getModuleInvocationContext().addDeviceBuildInfo(DEVICE_NAME_1, mBuildInfo1); in testPreparer_mismatch() [all …]
|
D | TestSuiteStub.java | 53 private String mModule; field in TestSuiteStub 91 listener.testRunStarted(mModule, 3); in testAttempt() 134 mModule + "-file", in testAttempt() 150 listener.testRunStarted(mModule, 3); in run() 157 listener.testRunStarted(mModule, mShardedTestToRun.size() + 1); in run() 159 listener.testRunStarted(mModule, mShardedTestToRun.size()); in run()
|