Home
last modified time | relevance | path

Searched refs:totalCount (Results 1 – 5 of 5) 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.java176 int totalCount = 0; in testPartialBucketCountMetric()
178 totalCount += bucket.getCount(); in testPartialBucketCountMetric()
180 assertEquals("Second report should have a count of 2", 2, totalCount); in testPartialBucketCountMetric()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java1885 int totalCount = 1 + calculateCharsCount(testString, "a") in testSplitPattern() local
1887 assertEquals(totalCount, in testSplitPattern()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java2539 int totalCount = NUM_TEST_FOCUS_DISTANCES + 1 + repeatMin + repeatMax;
2540 float[] testValues = new float[totalCount];
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...