Home
last modified time | relevance | path

Searched refs:mTestIdInvocationCount (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DPerfettoTracingPerTestStrategy.java42 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in PerfettoTracingPerTestStrategy
71 mTestIdInvocationCount = invocationMap; in PerfettoTracingPerTestStrategy()
82 mTestIdInvocationCount = invocationMap; in PerfettoTracingPerTestStrategy()
90 mTestIdInvocationCount.compute( in testStart()
137 mTestIdInvocationCount.get(getTestFileName(description)))); in getOutputPathModeTest()
DBaseMetricListener.java101 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in BaseMetricListener
162 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()
DSimpleperfListener.java89 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in SimpleperfListener
116 mTestIdInvocationCount = invocationMap; in SimpleperfListener()
188 mTestIdInvocationCount.compute( in onTestStart()
236 mTestIdInvocationCount.get(getTestFileName(description)))); in onTestEnd()