Searched refs:PRIORITY_CATEGORY_REMINDERS (Results 1 – 8 of 8) sorted by relevance
176 PRIORITY_CATEGORY_REMINDERS,190 public static final int PRIORITY_CATEGORY_REMINDERS = 0; field in ZenPolicy439 return mPriorityCategories.get(PRIORITY_CATEGORY_REMINDERS); in getPriorityCategoryReminders()746 mZenPolicy.mPriorityCategories.set(PRIORITY_CATEGORY_REMINDERS, in allowReminders()892 case PRIORITY_CATEGORY_REMINDERS: in allowCategory()1209 case PRIORITY_CATEGORY_REMINDERS: in indexToCategory()1322 case PRIORITY_CATEGORY_REMINDERS: in getZenPolicyPriorityCategoryState()
38 import static android.service.notification.ZenPolicy.PRIORITY_CATEGORY_REMINDERS;1662 if (zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_REMINDERS, in toNotificationPolicy()1663 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_REMINDERS, defaultPolicy))) { in toNotificationPolicy()1664 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in toNotificationPolicy()1808 ZenPolicy.PRIORITY_CATEGORY_REMINDERS, false)) { in toNotificationPolicy()1809 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in toNotificationPolicy()1915 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in toNotificationPolicy()1999 allowReminders = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_REMINDERS) != 0; in applyNotificationPolicy()2780 & NotificationManager.Policy.PRIORITY_CATEGORY_REMINDERS) != 0; in areAllPriorityOnlyRingerSoundsMuted()2829 return !policy.isCategoryAllowed(PRIORITY_CATEGORY_REMINDERS, false) in areAllPriorityOnlyRingerSoundsMuted()
2005 public static final int PRIORITY_CATEGORY_REMINDERS = 1 << 0; field in NotificationManager.Policy2032 PRIORITY_CATEGORY_REMINDERS,2569 case PRIORITY_CATEGORY_REMINDERS: return "PRIORITY_CATEGORY_REMINDERS"; in priorityCategoryToString()2663 return (priorityCategories & PRIORITY_CATEGORY_REMINDERS) != 0; in allowReminders()
391 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_REMINDERS); in testAllowReminders()398 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_REMINDERS); in testAllowReminders()801 if (except != ZenPolicy.PRIORITY_CATEGORY_REMINDERS) { in assertAllPriorityCategoriesUnsetExcept()
202 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in testZenPolicyToNotificationPolicy_classic()239 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in testZenPolicyToNotificationPolicy()
40 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_REMINDERS;487 | PRIORITY_CATEGORY_ALARMS | PRIORITY_CATEGORY_EVENTS | PRIORITY_CATEGORY_REMINDERS in testZenOn_NotificationApplied()508 | PRIORITY_CATEGORY_ALARMS | PRIORITY_CATEGORY_EVENTS | PRIORITY_CATEGORY_REMINDERS in testZenOn_StarredCallers_CallTypesBlocked()528 | PRIORITY_CATEGORY_ALARMS | PRIORITY_CATEGORY_EVENTS | PRIORITY_CATEGORY_REMINDERS in testZenOn_AllCallers_CallTypesAllowed()6249 Policy customPolicy = new Policy(PRIORITY_CATEGORY_REMINDERS in setupZenConfig()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7105 field public static final int PRIORITY_CATEGORY_REMINDERS = 1; // 0x1