Searched refs:totalCount (Results 1 – 4 of 4) sorted by relevance
44 final AtomicInteger totalCount = new AtomicInteger(0); in testGetSystemService_multiThreaded() local60 final int pass = totalCount.incrementAndGet(); in testGetSystemService_multiThreaded()106 + " but was " + totalCount.get(), totalCount.get() > NUM_THREADS); in testGetSystemService_multiThreaded()
303 int totalCount = 0; in testPartialBucketCountMetric()305 totalCount += bucket.getCount(); in testPartialBucketCountMetric()307 assertEquals("Second report should have a count of 2", 2, totalCount); in testPartialBucketCountMetric()
1889 int totalCount = 1 + calculateCharsCount(testString, "a") in testSplitPattern() local1891 assertEquals(totalCount, in testSplitPattern()
2700 int totalCount = NUM_TEST_FOCUS_DISTANCES + 1 + repeatMin + repeatMax;2701 float[] testValues = new float[totalCount];