Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
DCountQuotaTrackerTest.java108 private Category mCategoryToUse = SINGLE_CATEGORY; field in CountQuotaTrackerTest.CategorizerForTest
113 return mCategoryToUse; in getCategory()
429 mCategorizer.mCategoryToUse = ACTIVE_BUCKET_CATEGORY; in testGetExecutionStatsLocked_Values()
438 mCategorizer.mCategoryToUse = WORKING_SET_BUCKET_CATEGORY; in testGetExecutionStatsLocked_Values()
448 mCategorizer.mCategoryToUse = FREQUENT_BUCKET_CATEGORY; in testGetExecutionStatsLocked_Values()
458 mCategorizer.mCategoryToUse = RARE_BUCKET_CATEGORY; in testGetExecutionStatsLocked_Values()
535 mCategorizer.mCategoryToUse = RARE_BUCKET_CATEGORY; in testisWithinQuota_DifferentCategories()
539 mCategorizer.mCategoryToUse = FREQUENT_BUCKET_CATEGORY; in testisWithinQuota_DifferentCategories()
543 mCategorizer.mCategoryToUse = WORKING_SET_BUCKET_CATEGORY; in testisWithinQuota_DifferentCategories()
547 mCategorizer.mCategoryToUse = ACTIVE_BUCKET_CATEGORY; in testisWithinQuota_DifferentCategories()
[all …]