Home
last modified time | relevance | path

Searched refs:mInvocationContext (Results 1 – 3 of 3) sorted by relevance

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/module/
DVtsHalAdapterModuleControllerTest.java49 @Mock private IInvocationContext mInvocationContext; field in VtsHalAdapterModuleControllerTest
58 doReturn(mDevices).when(mInvocationContext).getDevices(); in setUp()
70 IModuleController.RunStrategy.RUN, mModuleControler.shouldRun(mInvocationContext)); in testShouldRun()
79 mModuleControler.shouldRun(mInvocationContext)); in testShouldSkip()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java308 private IInvocationContext mInvocationContext; field in CompatibilityTest
485 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()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java523 private IInvocationContext mInvocationContext = null; field in VtsMultiDeviceTest
532 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()