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()
101 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in BaseMetricListener162 mTestIdInvocationCount.compute(description.toString(), in testStarted()527 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()528 && mTestIdInvocationCount.get(desc.toString()) <= mSkipMetricUntilIteration) { in shouldRun()531 mTestIdInvocationCount.get(desc.toString()), in shouldRun()537 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()538 && (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()