Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
DCountQuotaTrackerTest.java85 private static final Category ACTIVE_BUCKET_CATEGORY = new Category("ACTIVE"); field in CountQuotaTrackerTest
412 mQuotaTracker.setCountLimit(ACTIVE_BUCKET_CATEGORY, 10, 10 * MINUTE_IN_MILLIS); in testGetExecutionStatsLocked_Values()
429 mCategorizer.mCategoryToUse = ACTIVE_BUCKET_CATEGORY; in testGetExecutionStatsLocked_Values()
530 mQuotaTracker.setCountLimit(ACTIVE_BUCKET_CATEGORY, 6, 24 * HOUR_IN_MILLIS); in testisWithinQuota_DifferentCategories()
547 mCategorizer.mCategoryToUse = ACTIVE_BUCKET_CATEGORY; in testisWithinQuota_DifferentCategories()
641 mQuotaTracker.setCountLimit(ACTIVE_BUCKET_CATEGORY, 10, 10 * MINUTE_IN_MILLIS); in testMaybeScheduleStartAlarmLocked_CategoryChange()
658 mCategorizer.mCategoryToUse = ACTIVE_BUCKET_CATEGORY; in testMaybeScheduleStartAlarmLocked_CategoryChange()
700 mCategorizer.mCategoryToUse = ACTIVE_BUCKET_CATEGORY; in testMaybeScheduleStartAlarmLocked_CategoryChange()