Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DCurrentInvocation.java67 public Map<InvocationInfo, File> mInvocationInfoFiles = new HashMap<>(); field in CurrentInvocation.InternalInvocationTracking
110 mPerGroupInfo.get(group).mInvocationInfoFiles.put(key, value); in addInvocationInfo()
124 return mPerGroupInfo.get(group).mInvocationInfoFiles.get(key); in getInfo()