Searched refs:testCount (Results 1 – 3 of 3) sorted by relevance
196 override fun testCount(): Int { in testCount() method in com.android.testutils.DevSdkIgnoreRunner200 var testCount = baseRunner.testCount() in testCount() variable202 testCount += 1 in testCount()205 testCount += 1 in testCount()207 return testCount in testCount()
50 for (int testCount = 0; testCount < 2; testCount++) { in testTheaterMode()
80 public void testCount() { in testCount() method in SlidingWindowTest