Searched refs:shouldThreadLeakFailTest (Results 1 – 1 of 1) sorted by relevance
59 private val shouldThreadLeakFailTest = klass.isAnnotationPresent(MonitorThreadLeak::class.java) constant in com.android.testutils.DevSdkIgnoreRunner102 if (!shouldThreadLeakFailTest) { in run()152 if (shouldThreadLeakFailTest) { in getDescription()165 return baseRunner.testCount() + if (shouldThreadLeakFailTest) 1 else 0 in testCount()