Searched refs:nTimes (Results 1 – 3 of 3) sorted by relevance
189 int nTimes = 1000 / mLimitsAdjustmentForTesting; in exceedRecordMemoryRollingQuotaBackgroundLimit() local190 for (int i = 0; i < nTimes; i++) { in exceedRecordMemoryRollingQuotaBackgroundLimit()250 List<Record> testRecord, List<Record> insertedRecords, int nTimes) in tryAcquireCallQuotaNTimesForRead() argument252 nTimes = nTimes / mLimitsAdjustmentForTesting; in tryAcquireCallQuotaNTimesForRead()256 int changelogCalls = nTimes / 4; in tryAcquireCallQuotaNTimesForRead()261 int aggregateCalls = nTimes / 4; in tryAcquireCallQuotaNTimesForRead()274 for (int i = 0; i < nTimes - aggregateCalls - 2 * changelogCalls; i++) { in tryAcquireCallQuotaNTimesForRead()303 private void tryAcquireCallQuotaNTimesForWrite(int nTimes) throws InterruptedException { in tryAcquireCallQuotaNTimesForWrite() argument304 nTimes = nTimes / mLimitsAdjustmentForTesting; in tryAcquireCallQuotaNTimesForWrite()308 for (int i = 0; i < nTimes; i++) { in tryAcquireCallQuotaNTimesForWrite()
208 @QuotaCategory.Type int quotaCategory, boolean isInForeground, int nTimes) { in tryAcquireCallQuotaNTimes() argument211 for (int i = 0; i < nTimes; i++) { in tryAcquireCallQuotaNTimes()215 for (int i = 0; i < nTimes; i++) { in tryAcquireCallQuotaNTimes()224 int nTimes, in tryAcquireCallQuotaNTimes() argument226 for (int i = 0; i < nTimes; i++) { in tryAcquireCallQuotaNTimes()
351 private void verifyFailedResponse(int nTimes, in verifyFailedResponse() argument354 order.verify(listener, times(nTimes)).onFailure(expectedErrorReason, in verifyFailedResponse()