Searched refs:getAllThreadNameCounts (Results 1 – 1 of 1) sorted by relevance
108 val threadCountsBeforeTest = getAllThreadNameCounts() in run()113 val threadCountsAfterTest = getAllThreadNameCounts() in run()134 private fun getAllThreadNameCounts(): Map<String, Int> { in getAllThreadNameCounts() method in com.android.testutils.DevSdkIgnoreRunner