Home
last modified time | relevance | path

Searched refs:PRIORITY_CATEGORY_REPEAT_CALLERS (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeFilteringTest.java27 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_REPEAT_CALLERS;
374 PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0, 0, CONVERSATION_SENDERS_NONE); in testRepeatCallers_checksPhoneNumbers()
402 PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0, 0, CONVERSATION_SENDERS_NONE); in testMatchesCallFilter_repeatCallers_directMatch()
425 PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0, 0, CONVERSATION_SENDERS_NONE); in testMatchesCallFilter_repeatCallers_telephoneVariants()
469 PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0, 0, CONVERSATION_SENDERS_NONE); in testMatchesCallFilter_repeatCallers_urlEncodedTels()
518 PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0, 0, CONVERSATION_SENDERS_NONE); in testMatchesCallFilter_repeatCallers_viaRecordPhoneNumbers()
DZenAdaptersTest.java69 Policy policy = new Policy(Policy.PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0); in notificationPolicyToZenPolicy_repeatCallers()
DZenPolicyTest.java515 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_REPEAT_CALLERS); in testAllowRepeatCallers()
522 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_REPEAT_CALLERS); in testAllowRepeatCallers()
817 if (except != ZenPolicy.PRIORITY_CATEGORY_REPEAT_CALLERS) { in assertAllPriorityCategoriesUnsetExcept()
DZenModeHelperTest.java41 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_REPEAT_CALLERS;
488 | PRIORITY_CATEGORY_REPEAT_CALLERS | PRIORITY_CATEGORY_SYSTEM, PRIORITY_SENDERS_ANY, in testZenOn_NotificationApplied()
529 | PRIORITY_CATEGORY_REPEAT_CALLERS | PRIORITY_CATEGORY_SYSTEM, in testZenOn_AllCallers_CallTypesAllowed()
1069 | PRIORITY_CATEGORY_MESSAGES | PRIORITY_CATEGORY_REPEAT_CALLERS in testParcelConfig()
1089 | PRIORITY_CATEGORY_MESSAGES | PRIORITY_CATEGORY_REPEAT_CALLERS in testWriteXml()
3299 mZenModeHelper.setNotificationPolicy(new Policy(PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0), in testZenModeEventLog_policyChanges()
6251 | PRIORITY_CATEGORY_EVENTS | PRIORITY_CATEGORY_REPEAT_CALLERS in setupZenConfig()
/frameworks/base/core/java/android/service/notification/
DZenPolicy.java180 PRIORITY_CATEGORY_REPEAT_CALLERS,
198 public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 4; field in ZenPolicy
481 return mPriorityCategories.get(PRIORITY_CATEGORY_REPEAT_CALLERS); in getPriorityCategoryRepeatCallers()
840 mZenPolicy.mPriorityCategories.set(PRIORITY_CATEGORY_REPEAT_CALLERS, in allowRepeatCallers()
898 case PRIORITY_CATEGORY_REPEAT_CALLERS: in allowCategory()
1217 case PRIORITY_CATEGORY_REPEAT_CALLERS: in indexToCategory()
1330 case PRIORITY_CATEGORY_REPEAT_CALLERS: in getZenPolicyPriorityCategoryState()
DZenModeConfig.java39 import static android.service.notification.ZenPolicy.PRIORITY_CATEGORY_REPEAT_CALLERS;
1695 if (zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_REPEAT_CALLERS, in toNotificationPolicy()
1696 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_REPEAT_CALLERS, in toNotificationPolicy()
1698 priorityCategories |= Policy.PRIORITY_CATEGORY_REPEAT_CALLERS; in toNotificationPolicy()
1812 ZenPolicy.PRIORITY_CATEGORY_REPEAT_CALLERS, false)) { in toNotificationPolicy()
1813 priorityCategories |= Policy.PRIORITY_CATEGORY_REPEAT_CALLERS; in toNotificationPolicy()
1918 priorityCategories |= Policy.PRIORITY_CATEGORY_REPEAT_CALLERS; in toNotificationPolicy()
2003 (policy.priorityCategories & Policy.PRIORITY_CATEGORY_REPEAT_CALLERS) in applyNotificationPolicy()
2788 & NotificationManager.Policy.PRIORITY_CATEGORY_REPEAT_CALLERS) != 0; in areAllPriorityOnlyRingerSoundsMuted()
2833 && !policy.isCategoryAllowed(PRIORITY_CATEGORY_REPEAT_CALLERS, false) in areAllPriorityOnlyRingerSoundsMuted()
/frameworks/base/core/java/android/app/
DNotificationManager.java2013 public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 1 << 4; field in NotificationManager.Policy
2036 PRIORITY_CATEGORY_REPEAT_CALLERS,
2573 case PRIORITY_CATEGORY_REPEAT_CALLERS: return "PRIORITY_CATEGORY_REPEAT_CALLERS"; in priorityCategoryToString()
2638 return (priorityCategories & PRIORITY_CATEGORY_REPEAT_CALLERS) != 0; in allowRepeatCallers()
/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.txt7106 field public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 16; // 0x10