Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
H A 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()
H A DBaseMetricListener.java104 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in BaseMetricListener
165 mTestIdInvocationCount.compute(description.toString(), in testStarted()
557 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()
558 && mTestIdInvocationCount.get(desc.toString()) <= mSkipMetricUntilIteration) { in shouldRun()
561 mTestIdInvocationCount.get(desc.toString()), in shouldRun()
567 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()
568 && (mTestIdInvocationCount.get(desc.toString()) % mCollectIterationInterval != 0)) { in shouldRun()
H A 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()