Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java50 PRIORITY_CATEGORY_REMINDERS,
64 public static final int PRIORITY_CATEGORY_REMINDERS = 0; field in ZenPolicy
265 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()
H A DZenModeConfig.java965 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()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java233 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()
H A DZenModeConfigTest.java103 priorityCategories |= Policy.PRIORITY_CATEGORY_REMINDERS; in testZenPolicyToNotificationPolicy()
H A DZenModeHelperTest.java26 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()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationManager.java1802 public static final int PRIORITY_CATEGORY_REMINDERS = 1 << 0; field in NotificationManager.Policy
1829 PRIORITY_CATEGORY_REMINDERS,
2341 case PRIORITY_CATEGORY_REMINDERS: return "PRIORITY_CATEGORY_REMINDERS"; in priorityCategoryToString()
2435 return (priorityCategories & PRIORITY_CATEGORY_REMINDERS) != 0; in allowReminders()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6889 field public static final int PRIORITY_CATEGORY_REMINDERS = 1; // 0x1