Searched refs:mTestIdInvocationCount (Results 1 – 3 of 3) sorted by relevance
100 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in BaseMetricListener157 mTestIdInvocationCount.compute(description.toString(), in testStarted()519 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()520 && mTestIdInvocationCount.get(desc.toString()) <= mSkipMetricUntilIteration) { in shouldRun()523 mTestIdInvocationCount.get(desc.toString()), in shouldRun()529 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()530 && (mTestIdInvocationCount.get(desc.toString()) % mCollectIterationInterval != 0)) { in shouldRun()
82 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in SimpleperfListener108 mTestIdInvocationCount = invocationMap; in SimpleperfListener()179 mTestIdInvocationCount.compute( in onTestStart()227 mTestIdInvocationCount.get(getTestFileName(description)))); in onTestEnd()
103 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in PerfettoListener142 mTestIdInvocationCount = invocationMap; in PerfettoListener()178 mTestIdInvocationCount.compute( in onTestStart()238 mTestIdInvocationCount.get( in onTestEnd()