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.java58 private Map<String, IInvocationContext> mModuleContextMap = new HashMap<>(); field in CollectingTestListener
185 mModuleContextMap.put(name, mCurrentModuleContext); in testRunStarted()
508 return mModuleContextMap.get(testRunName); in getModuleContextForRunResult()