Home
last modified time | relevance | path

Searched refs:getTestFileName (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DHeapDumpListener.java118 .contains(mTestIterationCount.get(getTestFileName(description)))) { in testStart()
129 .contains(mTestIterationCount.get(getTestFileName(description)))) { in onTestEnd()
139 String testId = getTestFileName(description); in updateIterationCount()
142 mTestIterationCount.get(getTestFileName(description)) + 1); in updateIterationCount()
153 return String.format(FILE_ID_FORMAT, getTestFileName(description), in getHeapDumpFileId()
154 mTestIterationCount.get(getTestFileName(description))); in getHeapDumpFileId()
161 public static String getTestFileName(Description description) { in getTestFileName() method in HeapDumpListener
DPerfettoTracingPerTestStrategy.java91 getTestFileName(description), in testStart()
131 getTestFileName(description), in getOutputPathModeTest()
136 getTestFileName(description), in getOutputPathModeTest()
137 mTestIdInvocationCount.get(getTestFileName(description)))); in getOutputPathModeTest()
DSimpleperfListener.java189 getTestFileName(description), (key, value) -> (value == null) ? 1 : value + 1); in onTestStart()
230 getTestFileName(description), in onTestEnd()
235 getTestFileName(description), in onTestEnd()
236 mTestIdInvocationCount.get(getTestFileName(description)))); in onTestEnd()
316 public static String getTestFileName(Description description) { in getTestFileName() method in SimpleperfListener
DPerfettoListener.java107 String getTestFileName(Description description) { in getTestFileName() method in PerfettoListener
108 return PerfettoTracingStrategy.getTestFileName(description); in getTestFileName()
DPerfettoTracingStrategy.java468 public static String getTestFileName(Description description) { in getTestFileName() method in PerfettoTracingStrategy
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DSimpleperfListenerTest.java460 assertEquals(2, (int) mInvocationCount.get(mListener.getTestFileName(mTest1Desc))); in testSimpleperfInvocationCount()
461 assertEquals(1, (int) mInvocationCount.get(mListener.getTestFileName(mTest2Desc))); in testSimpleperfInvocationCount()
DPerfettoListenerTest.java519 assertEquals(2, (int) mInvocationCount.get(mListener.getTestFileName(mTest1Desc))); in testPerfettoInvocationCount()
520 assertEquals(1, (int) mInvocationCount.get(mListener.getTestFileName(mTest2Desc))); in testPerfettoInvocationCount()