Searched refs:mTestIdInvocationCount (Results 1 – 2 of 2) sorted by relevance
100 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in BaseMetricListener152 mTestIdInvocationCount.compute(description.toString(), in testStarted()451 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()452 && mTestIdInvocationCount.get(desc.toString()) <= mSkipMetricUntilIteration) { in shouldRun()455 mTestIdInvocationCount.get(desc.toString()), in shouldRun()461 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()462 && (mTestIdInvocationCount.get(desc.toString()) % mCollectIterationInterval != 0)) { in shouldRun()
83 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in PerfettoListener122 mTestIdInvocationCount = invocationMap; in PerfettoListener()190 mTestIdInvocationCount.compute( in onTestStart()250 mTestIdInvocationCount.get( in onTestEnd()