Searched refs:ACTIVE_BUCKET_CATEGORY (Results 1 – 1 of 1) sorted by relevance
85 private static final Category ACTIVE_BUCKET_CATEGORY = new Category("ACTIVE"); field in CountQuotaTrackerTest412 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()