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.java59 public Map<InvocationInfo, File> mInvocationInfoFiles = new HashMap<>(); field in CurrentInvocation.InternalInvocationTracking
86 mPerGroupInfo.get(group).mInvocationInfoFiles.put(key, value); in addInvocationInfo()
97 return mPerGroupInfo.get(group).mInvocationInfoFiles.get(key); in getInfo()