Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3104 final int loopSize = 20; in testConcurrencyReadWrite() local
3107 for (int i = 0; i < loopSize; i++) { in testConcurrencyReadWrite()
3138 for (int i = 0; i < loopSize; i++) { in testConcurrencyReadWrite()
3159 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()
3161 + (writeTotalTime.doubleValue() / loopSize)); in testConcurrencyReadWrite()
3180 final int loopSize = 20; in testConcurrencyRead() local
3183 for (int i = 0; i < loopSize; i++) { in testConcurrencyRead()
3215 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()