Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DCollectingTestListener.java45 private Map<TestRunResult, IInvocationContext> mModuleContextMap = field in CollectingTestListener
148 mModuleContextMap.put(mCurrentResults, mCurrentModuleContext); in testRunStarted()
251 return mModuleContextMap.get(res); in getModuleContextForRunResult()