Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DCurrentInvocation.java71 private static final Map<ThreadGroup, Map<InvocationLocal<?>, Optional<?>>> mInvocationLocals = field in CurrentInvocation
107 mInvocationLocals.remove(group); in clearInvocationInfos()
188 mInvocationLocals.computeIfAbsent(group, unused -> new ConcurrentHashMap<>()); in getLocal()