Home
last modified time | relevance | path

Searched refs:mTestIdInvocationCount (Results 1 – 2 of 2) 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
152 mTestIdInvocationCount.compute(description.toString(), in testStarted()
451 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()
452 && mTestIdInvocationCount.get(desc.toString()) <= mSkipMetricUntilIteration) { in shouldRun()
455 mTestIdInvocationCount.get(desc.toString()), in shouldRun()
461 if (mTestIdInvocationCount.containsKey(desc.toString()) in shouldRun()
462 && (mTestIdInvocationCount.get(desc.toString()) % mCollectIterationInterval != 0)) { in shouldRun()
DPerfettoListener.java83 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in PerfettoListener
122 mTestIdInvocationCount = invocationMap; in PerfettoListener()
190 mTestIdInvocationCount.compute( in onTestStart()
250 mTestIdInvocationCount.get( in onTestEnd()