Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusherTest.java60 private IInvocationContext mModuleContext; field in DynamicConfigPusherTest
64 mModuleContext = new InvocationContext(); in setUp()
65 mModuleContext.setConfigurationDescriptor(new ConfigurationDescriptor()); in setUp()
79 mPreparer.setInvocationContext(mModuleContext); in testGetSuiteName_fromTestSuiteInfo()
91 mModuleContext in testGetSuiteName_fromTestSuiteTag()
94 mPreparer.setInvocationContext(mModuleContext); in testGetSuiteName_fromTestSuiteTag()
267 mPreparer.setInvocationContext(mModuleContext); in testSetUp()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusher.java103 private IInvocationContext mModuleContext = null; field in DynamicConfigPusher
112 mModuleContext = invocationContext; in setInvocationContext()
127 (mModuleContext != null) ? getSuiteName() : TestSuiteInfo.getInstance().getName(); in setUp()
190 List<String> testSuiteTags = mModuleContext.getConfigurationDescriptor().getSuiteTags(); in getSuiteName()
DBusinessLogicPreparer.java145 private IInvocationContext mModuleContext = null; field in BusinessLogicPreparer
163 mModuleContext = invocationContext; in setInvocationContext()
285 if (mModuleContext == null) { in getSuiteName()
288 List<String> testSuiteTags = mModuleContext.getConfigurationDescriptor(). in getSuiteName()