Searched refs:testCount (Results 1 – 3 of 3) sorted by relevance
50 for (int testCount = 0; testCount < 2; testCount++) { in testTheaterMode()
161 override fun testCount(): Int { in testCount() method in com.android.testutils.DevSdkIgnoreRunner165 return baseRunner.testCount() + if (shouldThreadLeakFailTest) 1 else 0 in testCount()
80 public void testCount() { in testCount() method in SlidingWindowTest