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/
DBaseMetricListener.java100 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in BaseMetricListener
157 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()
DSimpleperfListener.java82 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in SimpleperfListener
108 mTestIdInvocationCount = invocationMap; in SimpleperfListener()
179 mTestIdInvocationCount.compute( in onTestStart()
227 mTestIdInvocationCount.get(getTestFileName(description)))); in onTestEnd()
DPerfettoListener.java103 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in PerfettoListener
142 mTestIdInvocationCount = invocationMap; in PerfettoListener()
178 mTestIdInvocationCount.compute( in onTestStart()
238 mTestIdInvocationCount.get( in onTestEnd()