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.java306 private IInvocationContext mInvocationContext; field in CompatibilityTest
483 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()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java525 private IInvocationContext mInvocationContext = null; field in VtsMultiDeviceTest
534 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()