Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DDevSdkIgnoreRunner.kt115 val threadsDiff = CompareOrUpdateResult( in run() constant
122 val increasedThreads = threadsDiff.updated in run()
124 if (threadsDiff.added.isNotEmpty() || increasedThreads.isNotEmpty()) { in run()
126 IllegalStateException("Unexpected thread changes: $threadsDiff"))) in run()