Searched refs:PRIORITY_CATEGORY_REMINDERS (Results 1 – 8 of 8) sorted by relevance
50 PRIORITY_CATEGORY_REMINDERS,64 public static final int PRIORITY_CATEGORY_REMINDERS = 0; field in ZenPolicy265 return mPriorityCategories.get(PRIORITY_CATEGORY_REMINDERS); in getPriorityCategoryReminders()538 mZenPolicy.mPriorityCategories.set(PRIORITY_CATEGORY_REMINDERS, in allowReminders()684 case PRIORITY_CATEGORY_REMINDERS: in allowCategory()911 case PRIORITY_CATEGORY_REMINDERS: in indexToCategory()1000 case PRIORITY_CATEGORY_REMINDERS: in getZenPolicyPriorityCategoryState()
965 if (zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_REMINDERS, in toNotificationPolicy()966 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_REMINDERS, defaultPolicy))) { in toNotificationPolicy()967 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in toNotificationPolicy()1144 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in toNotificationPolicy()1228 allowReminders = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_REMINDERS) != 0; in applyNotificationPolicy()1908 & NotificationManager.Policy.PRIORITY_CATEGORY_REMINDERS) != 0; in areAllPriorityOnlyRingerSoundsMuted()
233 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_REMINDERS); in testAllowReminders()240 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_REMINDERS); in testAllowReminders()593 if (except != ZenPolicy.PRIORITY_CATEGORY_REMINDERS) { in assertAllPriorityCategoriesUnsetExcept()
103 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in testZenPolicyToNotificationPolicy()
26 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_REMINDERS;328 | PRIORITY_CATEGORY_ALARMS | PRIORITY_CATEGORY_EVENTS | PRIORITY_CATEGORY_REMINDERS in testZenOn_NotificationApplied()349 | PRIORITY_CATEGORY_ALARMS | PRIORITY_CATEGORY_EVENTS | PRIORITY_CATEGORY_REMINDERS in testZenOn_StarredCallers_CallTypesBlocked()369 | PRIORITY_CATEGORY_ALARMS | PRIORITY_CATEGORY_EVENTS | PRIORITY_CATEGORY_REMINDERS in testZenOn_AllCallers_CallTypesAllowed()
1802 public static final int PRIORITY_CATEGORY_REMINDERS = 1 << 0; field in NotificationManager.Policy1829 PRIORITY_CATEGORY_REMINDERS,2341 case PRIORITY_CATEGORY_REMINDERS: return "PRIORITY_CATEGORY_REMINDERS"; in priorityCategoryToString()2435 return (priorityCategories & PRIORITY_CATEGORY_REMINDERS) != 0; in allowReminders()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6889 field public static final int PRIORITY_CATEGORY_REMINDERS = 1; // 0x1