Searched refs:mInvocationContext (Results 1 – 3 of 3) sorted by relevance
49 @Mock private IInvocationContext mInvocationContext; field in VtsHalAdapterModuleControllerTest58 doReturn(mDevices).when(mInvocationContext).getDevices(); in setUp()70 IModuleController.RunStrategy.RUN, mModuleControler.shouldRun(mInvocationContext)); in testShouldRun()79 mModuleControler.shouldRun(mInvocationContext)); in testShouldSkip()
308 private IInvocationContext mInvocationContext; field in CompatibilityTest485 mInvocationContext.setModuleInvocationContext(moduleContext); in run()487 for (String deviceName : mInvocationContext.getDeviceConfigNames()) { in run()489 deviceName, mInvocationContext.getDevice(deviceName)); in run()491 deviceName, mInvocationContext.getBuildInfo(deviceName)); in run()511 mInvocationContext.setModuleInvocationContext(null); in run()882 mInvocationContext = invocationContext; in setInvocationContext()994 return mInvocationContext; in getInvocationContext()
523 private IInvocationContext mInvocationContext = null; field in VtsMultiDeviceTest532 mInvocationContext = context; in setInvocationContext()541 return mInvocationContext; in getInvocationContext()829 for (ITestDevice device : mInvocationContext.getDevices()) { in updateVtsRunnerTestConfig()1458 for (ITestDevice device : mInvocationContext.getDevices()) { in doRunTest()1463 for (ITestDevice device : mInvocationContext.getDevices()) { in doRunTest()