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.java2949 final int loopSize = 20; in testConcurrencyReadWrite() local
2952 for (int i = 0; i < loopSize; i++) { in testConcurrencyReadWrite()
2982 for (int i = 0; i < loopSize; i++) { in testConcurrencyReadWrite()
3003 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()
3005 + (writeTotalTime.doubleValue() / loopSize)); in testConcurrencyReadWrite()
3023 final int loopSize = 20; in testConcurrencyRead() local
3026 for (int i = 0; i < loopSize; i++) { in testConcurrencyRead()
3057 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()