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()
306 private IInvocationContext mInvocationContext; field in CompatibilityTest483 mInvocationContext.setModuleInvocationContext(moduleContext); in run()485 for (String deviceName : mInvocationContext.getDeviceConfigNames()) { in run()487 deviceName, mInvocationContext.getDevice(deviceName)); in run()489 deviceName, mInvocationContext.getBuildInfo(deviceName)); in run()509 mInvocationContext.setModuleInvocationContext(null); in run()880 mInvocationContext = invocationContext; in setInvocationContext()992 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()