Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java104 private boolean mMergeInvocationContext = true; field in ProtoResultParser
162 boolean previousContext = mMergeInvocationContext; in setMergeInvocationContext()
163 mMergeInvocationContext = enabled; in setMergeInvocationContext()
708 if (!mMergeInvocationContext) { in mergeInvocationContext()