Searched refs:mTestIdInvocationCount (Results 1 – 3 of 3) sorted by relevance
42 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in PerfettoTracingPerTestStrategy71 mTestIdInvocationCount = invocationMap; in PerfettoTracingPerTestStrategy()82 mTestIdInvocationCount = invocationMap; in PerfettoTracingPerTestStrategy()90 mTestIdInvocationCount.compute( in testStart()137 mTestIdInvocationCount.get(getTestFileName(description)))); in getOutputPathModeTest()
104 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in BaseMetricListener165 mTestIdInvocationCount.compute(description.toString(), in testStarted()557 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()558 && mTestIdInvocationCount.get(desc.toString()) <= mSkipMetricUntilIteration) { in shouldRun()561 mTestIdInvocationCount.get(desc.toString()), in shouldRun()567 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()568 && (mTestIdInvocationCount.get(desc.toString()) % mCollectIterationInterval != 0)) { in shouldRun()
89 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in SimpleperfListener116 mTestIdInvocationCount = invocationMap; in SimpleperfListener()188 mTestIdInvocationCount.compute( in onTestStart()236 mTestIdInvocationCount.get(getTestFileName(description)))); in onTestEnd()