Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/unittests/src/android/health/connect/
DRateLimiterTest.java123 @QuotaCategory.Type int quotaCategoryWrite = 3; in testTryAcquireApiCallQuota_meteredBackgroundCallsInLimit() local
125 quotaCategoryWrite, IS_IN_FOREGROUND_FALSE, MAX_BACKGROUND_CALL_15M); in testTryAcquireApiCallQuota_meteredBackgroundCallsInLimit()
146 @QuotaCategory.Type int quotaCategoryWrite = 3; in testTryAcquireApiCallQuota_meteredBackgroundCallsLimitExceeded() local
149 quotaCategoryWrite, IS_IN_FOREGROUND_FALSE, MAX_BACKGROUND_CALL_15M); in testTryAcquireApiCallQuota_meteredBackgroundCallsLimitExceeded()
155 tryAcquireCallQuotaNTimes(quotaCategoryWrite, IS_IN_FOREGROUND_FALSE, ceilQuotaAcquired); in testTryAcquireApiCallQuota_meteredBackgroundCallsLimitExceeded()
161 @QuotaCategory.Type int quotaCategoryWrite = 3; in testRecordMemoryRollingQuota_exceedBackgroundLimit() local
165 quotaCategoryWrite, IS_IN_FOREGROUND_FALSE, MAX_BACKGROUND_CALL_15M, 40000); in testRecordMemoryRollingQuota_exceedBackgroundLimit()