Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java56 private IInvocationContext mModuleContext; field in InvocationContext
305 mModuleContext = invocationContext; in setModuleInvocationContext()
311 return mModuleContext; in getModuleInvocationContext()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java422 mCurrentModuleContext = module.mModuleContext; in handleEvent()
423 mListener.testModuleStarted(module.mModuleContext); in handleEvent()