Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DDevSdkIgnoreRunner.kt107 threadCountsBeforeTest: Map<String, Int> in checkThreadLeak()
113 threadCountsBeforeTest.entries, in checkThreadLeak()
120 .filter { threadCountsBeforeTest[it.key]!! < it.value } in checkThreadLeak()
148 val threadCountsBeforeTest = if (shouldThreadLeakFailTest) { in run() constant
157 if (threadCountsBeforeTest != null) { in run()
158 checkThreadLeak(notifier, threadCountsBeforeTest) in run()