Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java543 IInvocationContext receiverContext, IInvocationContext endInvocationContext) { in mergeBuildInfo() argument
544 if (receiverContext == null) { in mergeBuildInfo()
548 for (IBuildInfo info : receiverContext.getBuildInfos()) { in mergeBuildInfo()
549 String name = receiverContext.getBuildInfoName(info); in mergeBuildInfo()
567 IInvocationContext receiverContext, IInvocationContext endInvocationContext) { in mergeInvocationContext() argument
568 if (receiverContext == null) { in mergeInvocationContext()
571 mergeBuildInfo(receiverContext, endInvocationContext); in mergeInvocationContext()
576 unlock.invoke(receiverContext); in mergeInvocationContext()
626 receiverContext.addInvocationAttributes(attributes); in mergeInvocationContext()