Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContextMoreTest.java44 final AtomicInteger totalCount = new AtomicInteger(0); in testGetSystemService_multiThreaded() local
60 final int pass = totalCount.incrementAndGet(); in testGetSystemService_multiThreaded()
106 + " but was " + totalCount.get(), totalCount.get() > NUM_THREADS); in testGetSystemService_multiThreaded()
/cts/hostsidetests/statsd/src/android/cts/statsd/metric/
DCountMetricsTests.java303 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()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java1889 int totalCount = 1 + calculateCharsCount(testString, "a") in testSplitPattern() local
1891 assertEquals(totalCount, in testSplitPattern()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java2700 int totalCount = NUM_TEST_FOCUS_DISTANCES + 1 + repeatMin + repeatMax;
2701 float[] testValues = new float[totalCount];