Searched refs:mCalledPaths (Results 1 – 1 of 1) sorted by relevance
62 private final ConcurrentHashMap<String, Integer> mCalledPaths; field in ScenarioDispatcher128 sLogger.w("getCalledPaths() returning with size: %s", mCalledPaths.size()); in getCalledPaths()129 return ImmutableSet.copyOf(mCalledPaths.keySet()); in getCalledPaths()136 mCalledPaths = new ConcurrentHashMap<>(); in ScenarioDispatcher()208 if (mCalledPaths.containsKey(path)) { in recordCalledPath()213 mCalledPaths.put(path, 1); in recordCalledPath()