Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/unittests/src/android/health/connect/
DRateLimiterTest.java115 @QuotaCategory.Type int quotaCategoryRead = 2; in testTryAcquireApiCallQuota_meteredForegroundCallsInLimit() local
117 quotaCategoryRead, IS_IN_FOREGROUND_TRUE, MAX_FOREGROUND_READ_CALL_15M); in testTryAcquireApiCallQuota_meteredForegroundCallsInLimit()
131 @QuotaCategory.Type int quotaCategoryRead = 2; in testTryAcquireApiCallQuota_meteredForegroundCallsLimitExceeded() local
134 quotaCategoryRead, IS_IN_FOREGROUND_TRUE, MAX_FOREGROUND_READ_CALL_15M); in testTryAcquireApiCallQuota_meteredForegroundCallsLimitExceeded()
140 tryAcquireCallQuotaNTimes(quotaCategoryRead, IS_IN_FOREGROUND_TRUE, ceilQuotaAcquired); in testTryAcquireApiCallQuota_meteredForegroundCallsLimitExceeded()