Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/tests/stress/src/com/android/rkpdapp/stress/
DRegistrationBinderStressTest.java57 private static final int NUM_THREADS = Math.min(16, Runtime.getRuntime().availableProcessors()); field in RegistrationBinderStressTest
132 for (int i = 0; i < NUM_THREADS; ++i) { in testGetSameKeyInParallel()
/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DAtomTests.java581 final int NUM_THREADS = 16; in testWakelockLoad() local
582 CountDownLatch latch = new CountDownLatch(NUM_THREADS); in testWakelockLoad()
583 for (int i = 0; i < NUM_THREADS; i++) { in testWakelockLoad()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java242 final int NUM_THREADS = 4; in testGetMimeTypeId_conflict() local
259 final Thread[] threads = new Thread[NUM_THREADS]; in testGetMimeTypeId_conflict()
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java1668 final int NUM_THREADS = 8; in testB141603906() local
1670 final Thread[] threads = new Thread[NUM_THREADS]; in testB141603906()
1676 for (int i = 0; i < NUM_THREADS; i++) { in testB141603906()
/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
DValidationTests.java223 final int NUM_THREADS = 16; in testPartialWakelockLoad() local