Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenRuleStarredContactsPreferenceController.java34 private final @ZenPolicy.PriorityCategory int mPriorityCategory; field in ZenRuleStarredContactsPreferenceController
43 mPriorityCategory = priorityCategory; in ZenRuleStarredContactsPreferenceController()
73 if (mPriorityCategory == ZenPolicy.PRIORITY_CATEGORY_CALLS) { in isAvailable()
75 } else if (mPriorityCategory == ZenPolicy.PRIORITY_CATEGORY_MESSAGES) { in isAvailable()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenRuleStarredContactsPreferenceController.java34 private final @ZenPolicy.PriorityCategory int mPriorityCategory; field in ZenRuleStarredContactsPreferenceController
43 mPriorityCategory = priorityCategory; in ZenRuleStarredContactsPreferenceController()
73 if (mPriorityCategory == ZenPolicy.PRIORITY_CATEGORY_CALLS) { in isAvailable()
75 } else if (mPriorityCategory == ZenPolicy.PRIORITY_CATEGORY_MESSAGES) { in isAvailable()
DZenModeStarredContactsPreferenceController.java36 private final int mPriorityCategory; field in ZenModeStarredContactsPreferenceController
45 mPriorityCategory = priorityCategory; in ZenModeStarredContactsPreferenceController()
71 if (mPriorityCategory == PRIORITY_CATEGORY_CALLS) { in isAvailable()
75 } else if (mPriorityCategory == PRIORITY_CATEGORY_MESSAGES) { in isAvailable()