Searched refs:InternalInvocationTracking (Results 1 – 1 of 1) sorted by relevance
66 private static class InternalInvocationTracking { class in CurrentInvocation80 private static final Map<ThreadGroup, InternalInvocationTracking> mPerGroupInfo =81 new ConcurrentHashMap<ThreadGroup, CurrentInvocation.InternalInvocationTracking>();108 mPerGroupInfo.put(group, new InternalInvocationTracking()); in addInvocationInfo()122 mPerGroupInfo.put(group, new InternalInvocationTracking()); in getInfo()155 mPerGroupInfo.put(group, new InternalInvocationTracking()); in registerExecutionFiles()172 mPerGroupInfo.put(group, new InternalInvocationTracking()); in getInvocationFiles()183 mPerGroupInfo.put(group, new InternalInvocationTracking()); in setActionInProgress()205 mPerGroupInfo.put(group, new InternalInvocationTracking()); in setInvocationContext()227 mPerGroupInfo.put(group, new InternalInvocationTracking()); in setModuleContext()[all …]