Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java266 IInvocationContext receivedContext; in handleInvocationStart() local
268 receivedContext = InvocationContext.fromProto(anyDescription.unpack(Context.class)); in handleInvocationStart()
269 mergeInvocationContext(mMainContext, receivedContext); in handleInvocationStart()
280 mListener.invocationStarted(receivedContext); in handleInvocationStart()