Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContextMoreTest.java84 final int NUM_THREADS = 20; in testGetSystemService_multiThreaded() local
87 final Thread[] threads = new Thread[NUM_THREADS]; in testGetSystemService_multiThreaded()
88 for (int i = 0; i < NUM_THREADS; i++) { in testGetSystemService_multiThreaded()
91 for (int i = 0; i < NUM_THREADS; i++) { in testGetSystemService_multiThreaded()
100 for (int i = 0; i < NUM_THREADS; i++) { in testGetSystemService_multiThreaded()
105 assertTrue("totalCount must be bigger than " + NUM_THREADS in testGetSystemService_multiThreaded()
106 + " but was " + totalCount.get(), totalCount.get() > NUM_THREADS); in testGetSystemService_multiThreaded()
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DAtomTests.java363 final int NUM_THREADS = 16; in testWakelockLoad() local
364 CountDownLatch latch = new CountDownLatch(NUM_THREADS); in testWakelockLoad()
365 for (int i = 0; i < NUM_THREADS; i++) { in testWakelockLoad()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java1014 final int NUM_THREADS = 8; in testB141603906() local
1016 final Thread[] threads = new Thread[NUM_THREADS]; in testB141603906()
1022 for (int i = 0; i < NUM_THREADS; i++) { in testB141603906()
/cts/hostsidetests/statsd/src/android/cts/statsd/validation/
DValidationTests.java235 final int NUM_THREADS = 16; in testPartialWakelockLoad() local