Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java176 PRIORITY_CATEGORY_REMINDERS,
190 public static final int PRIORITY_CATEGORY_REMINDERS = 0; field in ZenPolicy
439 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()
DZenModeConfig.java38 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()
/frameworks/base/core/java/android/app/
DNotificationManager.java2005 public static final int PRIORITY_CATEGORY_REMINDERS = 1 << 0; field in NotificationManager.Policy
2032 PRIORITY_CATEGORY_REMINDERS,
2569 case PRIORITY_CATEGORY_REMINDERS: return "PRIORITY_CATEGORY_REMINDERS"; in priorityCategoryToString()
2663 return (priorityCategories & PRIORITY_CATEGORY_REMINDERS) != 0; in allowReminders()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java391 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()
DZenModeConfigTest.java202 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in testZenPolicyToNotificationPolicy_classic()
239 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in testZenPolicyToNotificationPolicy()
DZenModeHelperTest.java40 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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt7105 field public static final int PRIORITY_CATEGORY_REMINDERS = 1; // 0x1