Searched refs:mCurrentModuleContext (Results 1 – 2 of 2) sorted by relevance
64 private IInvocationContext mCurrentModuleContext = null; field in CollectingTestListener157 mCurrentModuleContext = moduleContext; in testModuleStarted()162 mCurrentModuleContext = null; in testModuleEnded()195 if (mCurrentModuleContext != null) { in testRunStarted()196 mModuleContextMap.put(name, mCurrentModuleContext); in testRunStarted()
82 private IInvocationContext mCurrentModuleContext = null; field in SubprocessTestResultsParser496 mCurrentModuleContext = module.mModuleContext; in handleEvent()504 if (mCurrentModuleContext == null) { in handleEvent()508 mCurrentModuleContext = null; in handleEvent()