Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DDevSdkIgnoreRunner.kt59 private val shouldThreadLeakFailTest = klass.isAnnotationPresent(MonitorThreadLeak::class.java) constant in com.android.testutils.DevSdkIgnoreRunner
102 if (!shouldThreadLeakFailTest) { in run()
152 if (shouldThreadLeakFailTest) { in getDescription()
165 return baseRunner.testCount() + if (shouldThreadLeakFailTest) 1 else 0 in testCount()