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()
525 private IInvocationContext mInvocationContext = null; field in VtsMultiDeviceTest534 mInvocationContext = context; in setInvocationContext()543 return mInvocationContext; in getInvocationContext()831 for (ITestDevice device : mInvocationContext.getDevices()) { in updateVtsRunnerTestConfig()1429 for (ITestDevice device : mInvocationContext.getDevices()) { in doRunTest()1434 for (ITestDevice device : mInvocationContext.getDevices()) { in doRunTest()