Searched refs:MAX_BACKGROUND_CALL_15M (Results 1 – 1 of 1) sorted by relevance
/packages/modules/HealthFitness/tests/unittests/src/android/health/connect/ |
D | RateLimiterTest.java | 49 private static final int MAX_BACKGROUND_CALL_15M = 1000; field in RateLimiterTest 109 quotaCategory, IS_IN_FOREGROUND_TRUE, MAX_BACKGROUND_CALL_15M + 1); in testTryAcquireApiCallQuota_unmeteredBackgroundCalls() 125 quotaCategoryWrite, IS_IN_FOREGROUND_FALSE, MAX_BACKGROUND_CALL_15M); in testTryAcquireApiCallQuota_meteredBackgroundCallsInLimit() 149 quotaCategoryWrite, IS_IN_FOREGROUND_FALSE, MAX_BACKGROUND_CALL_15M); in testTryAcquireApiCallQuota_meteredBackgroundCallsLimitExceeded() 152 getCeilQuotaAcquired(startTime, endTime, WINDOW_15M, MAX_BACKGROUND_CALL_15M); in testTryAcquireApiCallQuota_meteredBackgroundCallsLimitExceeded() 165 quotaCategoryWrite, IS_IN_FOREGROUND_FALSE, MAX_BACKGROUND_CALL_15M, 40000); in testRecordMemoryRollingQuota_exceedBackgroundLimit()
|