Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/resultdb/
DResultDBReporter.java100 private Variant mModuleVariant; field in ResultDBReporter
253 mModuleVariant = getModuleVariant(moduleContext.getAttributes()); in testModuleStarted()
273 mModuleVariant = null; in testModuleEnded()
333 if (mModuleVariant != null) { in testStarted()
334 variantBuilder = variantBuilder.mergeFrom(mModuleVariant); in testStarted()