Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleDefinitionMultiTest.java123 mModule.getModuleInvocationContext().addAllocatedDevice(DEVICE_NAME_1, mDevice1); in testCreateAndRun()
124 mModule.getModuleInvocationContext().addDeviceBuildInfo(DEVICE_NAME_1, mBuildInfo1); in testCreateAndRun()
125 mModule.getModuleInvocationContext().addAllocatedDevice(DEVICE_NAME_2, mDevice2); in testCreateAndRun()
126 mModule.getModuleInvocationContext().addDeviceBuildInfo(DEVICE_NAME_2, mBuildInfo2); in testCreateAndRun()
DModuleDefinitionTest.java177 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice); in setUp()
178 mModule.getModuleInvocationContext() in setUp()
309 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice); in testRun_failPreparation()
310 mModule.getModuleInvocationContext() in testRun_failPreparation()
339 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice); in testRun_fullPass()
340 mModule.getModuleInvocationContext() in testRun_fullPass()
383 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice); in testRun_partialRun()
384 mModule.getModuleInvocationContext() in testRun_partialRun()
445 IInvocationContext moduleContext = mModule.getModuleInvocationContext(); in testAbiSetting()
489 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice); in testModuleController_fullBypass()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationContext.java158 public IInvocationContext getModuleInvocationContext(); in getModuleInvocationContext() method
DInvocationContext.java310 public IInvocationContext getModuleInvocationContext() { in getModuleInvocationContext() method in InvocationContext
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java428 module.getModuleInvocationContext() in run()
430 module.getModuleInvocationContext() in run()
433 listener.testModuleStarted(module.getModuleInvocationContext()); in run()
436 .testModuleStarted(module.getModuleInvocationContext()); in run()
DModuleDefinition.java717 public IInvocationContext getModuleInvocationContext() { in getModuleInvocationContext() method in ModuleDefinition