Searched refs:mTestIdInvocationCount (Results 1 – 3 of 3) sorted by relevance
65 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in SimpleperfListener87 mTestIdInvocationCount = invocationMap; in SimpleperfListener()125 mTestIdInvocationCount.compute( in onTestStart()173 mTestIdInvocationCount.get(getTestFileName(description)))); in onTestEnd()
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()
97 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in PerfettoListener136 mTestIdInvocationCount = invocationMap; in PerfettoListener()216 mTestIdInvocationCount.compute( in onTestStart()276 mTestIdInvocationCount.get( in onTestEnd()