Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java47 PRIORITY_CATEGORY_REMINDERS,
60 public static final int PRIORITY_CATEGORY_REMINDERS = 0; field in ZenPolicy
197 return mPriorityCategories.get(PRIORITY_CATEGORY_REMINDERS); in getPriorityCategoryReminders()
466 mZenPolicy.mPriorityCategories.set(PRIORITY_CATEGORY_REMINDERS, in allowReminders()
588 case PRIORITY_CATEGORY_REMINDERS: in allowCategory()
798 case PRIORITY_CATEGORY_REMINDERS: in indexToCategory()
866 case PRIORITY_CATEGORY_REMINDERS: in getZenPolicyPriorityCategoryState()
DZenModeConfig.java948 if (zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_REMINDERS, in toNotificationPolicy()
949 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_REMINDERS, defaultPolicy))) { in toNotificationPolicy()
950 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in toNotificationPolicy()
1106 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in toNotificationPolicy()
1166 allowReminders = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_REMINDERS) != 0; in applyNotificationPolicy()
1913 & NotificationManager.Policy.PRIORITY_CATEGORY_REMINDERS) != 0; in areAllPriorityOnlyNotificationZenSoundsMuted()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java221 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_REMINDERS); in testAllowReminders()
227 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_REMINDERS); in testAllowReminders()
394 if (except != ZenPolicy.PRIORITY_CATEGORY_REMINDERS) { in assertAllPriorityCategoriesUnsetExcept()
DZenModeConfigTest.java95 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in testZenPolicyToNotificationPolicy()
/frameworks/base/core/java/android/app/
DNotificationManager.java1408 public static final int PRIORITY_CATEGORY_REMINDERS = 1 << 0; field in NotificationManager.Policy
1431 PRIORITY_CATEGORY_REMINDERS,
1863 case PRIORITY_CATEGORY_REMINDERS: return "PRIORITY_CATEGORY_REMINDERS"; in priorityCategoryToString()
1933 return (priorityCategories & PRIORITY_CATEGORY_REMINDERS) != 0; in allowReminders()
/frameworks/base/non-updatable-api/
Dcurrent.txt5885 field public static final int PRIORITY_CATEGORY_REMINDERS = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt5885 field public static final int PRIORITY_CATEGORY_REMINDERS = 1; // 0x1