Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DScenarioDispatcher.java62 private final ConcurrentHashMap<String, Integer> mCalledPaths; field in ScenarioDispatcher
128 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()