Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java293 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice); in setUp()
294 mModule.getModuleInvocationContext() in setUp()
401 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice); in testRun_aggregateRunFailures()
402 mModule.getModuleInvocationContext() in testRun_aggregateRunFailures()
470 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice); in testParseTokens()
471 mModule.getModuleInvocationContext() in testParseTokens()
555 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice); in testRun_failPreparation()
556 mModule.getModuleInvocationContext() in testRun_failPreparation()
592 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice); in testRun_failPreparation_runtime()
593 mModule.getModuleInvocationContext() in testRun_failPreparation_runtime()
[all …]
DModuleDefinitionMultiTest.java121 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()
156 mModule.getModuleInvocationContext().addAllocatedDevice(DEVICE_NAME_1, mDevice1); in testPreparer_mismatch()
157 mModule.getModuleInvocationContext().addDeviceBuildInfo(DEVICE_NAME_1, mBuildInfo1); in testPreparer_mismatch()
158 mModule.getModuleInvocationContext().addAllocatedDevice(DEVICE_NAME_2, mDevice2); in testPreparer_mismatch()
159 mModule.getModuleInvocationContext().addDeviceBuildInfo(DEVICE_NAME_2, mBuildInfo2); in testPreparer_mismatch()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DInvocationContextTest.java168 assertNull(deserialized.getModuleInvocationContext()); in testProtoSerialize()
190 assertNotNull(deserialized.getModuleInvocationContext()); in testProtoSerialize_moduleContext()
194 .getModuleInvocationContext() in testProtoSerialize_moduleContext()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java582 module.getModuleInvocationContext() in run()
584 module.getModuleInvocationContext() in run()
587 listener.testModuleStarted(module.getModuleInvocationContext()); in run()
590 .testModuleStarted(module.getModuleInvocationContext()); in run()
DModuleDefinition.java934 public IInvocationContext getModuleInvocationContext() { in getModuleInvocationContext() method in ModuleDefinition
940 listener.testModuleStarted(getModuleInvocationContext()); in reportNotExecuted()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationContext.java170 public IInvocationContext getModuleInvocationContext(); in getModuleInvocationContext() method
DInvocationContext.java331 public IInvocationContext getModuleInvocationContext() { in getModuleInvocationContext() method in InvocationContext