HomeSort by relevance Sort by last modified time
    Searched refs:getModuleInvocationContext (Results 1 - 7 of 7) sorted by null

  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
ModuleDefinitionMultiTest.java 123 mModule.getModuleInvocationContext().addAllocatedDevice(DEVICE_NAME_1, mDevice1);
124 mModule.getModuleInvocationContext().addDeviceBuildInfo(DEVICE_NAME_1, mBuildInfo1);
125 mModule.getModuleInvocationContext().addAllocatedDevice(DEVICE_NAME_2, mDevice2);
126 mModule.getModuleInvocationContext().addDeviceBuildInfo(DEVICE_NAME_2, mBuildInfo2);
ModuleDefinitionTest.java 177 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice);
178 mModule.getModuleInvocationContext()
309 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice);
310 mModule.getModuleInvocationContext()
339 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice);
340 mModule.getModuleInvocationContext()
383 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice);
384 mModule.getModuleInvocationContext()
445 IInvocationContext moduleContext = mModule.getModuleInvocationContext();
489 mModule.getModuleInvocationContext().addAllocatedDevice(DEFAULT_DEVICE_NAME, mMockDevice)
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/invoker/
IInvocationContext.java 158 public IInvocationContext getModuleInvocationContext();
InvocationContext.java 310 public IInvocationContext getModuleInvocationContext() {
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
IntegrationTest.java 255 receivedComponentsTestRunEnded.addAll(myContext.getModuleInvocationContext()
257 receivedModuleNameTestRunEnded.addAll(myContext.getModuleInvocationContext()
259 receivedAbiTestRunEnded.addAll(myContext.getModuleInvocationContext()
265 receivedComponentsTestEnded.addAll(myContext.getModuleInvocationContext()
267 receivedModuleNameTestEnded.addAll(myContext.getModuleInvocationContext()
269 receivedAbiTestEnded.addAll(myContext.getModuleInvocationContext()
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
ITestSuite.java 428 module.getModuleInvocationContext()
430 module.getModuleInvocationContext()
433 listener.testModuleStarted(module.getModuleInvocationContext());
436 .testModuleStarted(module.getModuleInvocationContext());
    [all...]
ModuleDefinition.java 717 public IInvocationContext getModuleInvocationContext() {

Completed in 791 milliseconds