Searched refs:mModuleContextMap (Results 1 – 1 of 1) sorted by relevance
59 private Map<String, IInvocationContext> mModuleContextMap = new HashMap<>(); field in CollectingTestListener196 mModuleContextMap.put(name, mCurrentModuleContext); in testRunStarted()559 return mModuleContextMap.get(testRunName); in getModuleContextForRunResult()