Searched refs:mTestIdInvocationCount (Results 1 – 3 of 3) sorted by relevance
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()
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()
107 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in PerfettoListener148 mTestIdInvocationCount = invocationMap; in PerfettoListener()184 mTestIdInvocationCount.compute( in onTestStart()244 mTestIdInvocationCount.get( in onTestEnd()