Searched refs:getModuleInvocationContext (Results 1 – 6 of 6) sorted by relevance
123 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()
177 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 …]
158 public IInvocationContext getModuleInvocationContext(); in getModuleInvocationContext() method
310 public IInvocationContext getModuleInvocationContext() { in getModuleInvocationContext() method in InvocationContext
428 module.getModuleInvocationContext() in run()430 module.getModuleInvocationContext() in run()433 listener.testModuleStarted(module.getModuleInvocationContext()); in run()436 .testModuleStarted(module.getModuleInvocationContext()); in run()
717 public IInvocationContext getModuleInvocationContext() { in getModuleInvocationContext() method in ModuleDefinition