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.java2972 final int loopSize = 20; in testConcurrencyReadWrite() local
2975 for (int i = 0; i < loopSize; i++) { in testConcurrencyReadWrite()
3005 for (int i = 0; i < loopSize; i++) { in testConcurrencyReadWrite()
3026 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()
3028 + (writeTotalTime.doubleValue() / loopSize)); in testConcurrencyReadWrite()
3046 final int loopSize = 20; in testConcurrencyRead() local
3049 for (int i = 0; i < loopSize; i++) { in testConcurrencyRead()
3080 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()