Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
H A 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()
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()
658 mCategorizer.mCategoryToUse = ACTIVE_BUCKET_CATEGORY; in testMaybeScheduleStartAlarmLocked_CategoryChange()
674 mCategorizer.mCategoryToUse = FREQUENT_BUCKET_CATEGORY; in testMaybeScheduleStartAlarmLocked_CategoryChange()
681 mCategorizer.mCategoryToUse = RARE_BUCKET_CATEGORY; in testMaybeScheduleStartAlarmLocked_CategoryChange()
688 mCategorizer.mCategoryToUse = FREQUENT_BUCKET_CATEGORY; in testMaybeScheduleStartAlarmLocked_CategoryChange()
[all …]