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/
DSimpleperfListener.java65 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in SimpleperfListener
87 mTestIdInvocationCount = invocationMap; in SimpleperfListener()
125 mTestIdInvocationCount.compute( in onTestStart()
173 mTestIdInvocationCount.get(getTestFileName(description)))); in onTestEnd()
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.java97 private Map<String, Integer> mTestIdInvocationCount = new HashMap<>(); field in PerfettoListener
136 mTestIdInvocationCount = invocationMap; in PerfettoListener()
216 mTestIdInvocationCount.compute( in onTestStart()
276 mTestIdInvocationCount.get( in onTestEnd()