Searched refs:mModuleInvocationContext (Results 1 – 3 of 3) sorted by relevance
111 private final IInvocationContext mModuleInvocationContext; field in ModuleDefinition169 mModuleInvocationContext = new InvocationContext(); in ModuleDefinition()170 mModuleInvocationContext.setConfigurationDescriptor(configDescriptor.clone()); in ModuleDefinition()174 mModuleInvocationContext.addInvocationAttribute( in ModuleDefinition()178 mModuleInvocationContext.addInvocationAttribute( in ModuleDefinition()182 mModuleInvocationContext.addInvocationAttribute(MODULE_ID, mId); in ModuleDefinition()347 for (int i = 0; i < mModuleInvocationContext.getDeviceConfigNames().size(); i++) { in run()348 String deviceName = mModuleInvocationContext.getDeviceConfigNames().get(i); in run()349 ITestDevice device = mModuleInvocationContext.getDevice(deviceName); in run()370 mModuleInvocationContext.getBuildInfo(deviceName), in run()[all …]
78 private IInvocationContext mModuleInvocationContext; field in GranularRetriableTestWrapper161 mModuleInvocationContext = moduleInvocationContext; in setInvocationContext()211 runListener = collector.init(mModuleInvocationContext, runListener); in initializeListeners()306 for (ITestDevice device : mModuleInvocationContext.getDevices()) { in run()410 runListener = collector.init(mModuleInvocationContext, runListener); in intraModuleRun()
65 private InvocationContext mModuleInvocationContext; field in GranularRetriableTestWrapperTest260 granularTestWrapper.setInvocationContext(mModuleInvocationContext); in createGranularTestWrapper()270 mModuleInvocationContext = new InvocationContext(); in setUp()823 mModuleInvocationContext.addAllocatedDevice("default-device1", mMockDevice); in testIntraModuleRun_rebootAtLastIntraModuleRetry()844 mModuleInvocationContext.addAllocatedDevice("default-device1", mMockDevice); in testIntraModuleRun_rebootMultiDevicesAtLastIntraModuleRetry()845 mModuleInvocationContext.addAllocatedDevice("default-device2", mMockDevice2); in testIntraModuleRun_rebootMultiDevicesAtLastIntraModuleRetry()