Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
DCountQuotaTrackerTest.java88 private static final Category WORKING_SET_BUCKET_CATEGORY = new Category("WORKING_SET"); field in CountQuotaTrackerTest
411 mQuotaTracker.setCountLimit(WORKING_SET_BUCKET_CATEGORY, 9, 2 * HOUR_IN_MILLIS); in testGetExecutionStatsLocked_Values()
438 mCategorizer.mCategoryToUse = WORKING_SET_BUCKET_CATEGORY; in testGetExecutionStatsLocked_Values()
529 mQuotaTracker.setCountLimit(WORKING_SET_BUCKET_CATEGORY, 5, 24 * HOUR_IN_MILLIS); in testisWithinQuota_DifferentCategories()
543 mCategorizer.mCategoryToUse = WORKING_SET_BUCKET_CATEGORY; in testisWithinQuota_DifferentCategories()
640 mQuotaTracker.setCountLimit(WORKING_SET_BUCKET_CATEGORY, 10, 2 * HOUR_IN_MILLIS); in testMaybeScheduleStartAlarmLocked_CategoryChange()
667 mCategorizer.mCategoryToUse = WORKING_SET_BUCKET_CATEGORY; in testMaybeScheduleStartAlarmLocked_CategoryChange()
694 mCategorizer.mCategoryToUse = WORKING_SET_BUCKET_CATEGORY; in testMaybeScheduleStartAlarmLocked_CategoryChange()