Home
last modified time | relevance | path

Searched refs:PRIORITY_SENDERS_ANY (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeFilteringTest.java28 import static android.app.NotificationManager.Policy.PRIORITY_SENDERS_ANY;
330 PRIORITY_SENDERS_ANY, 0, 0, CONVERSATION_SENDERS_NONE); in testConversation_noneAllowed_callAllowed()
349 0, PRIORITY_SENDERS_ANY, 0, CONVERSATION_SENDERS_NONE); in testConversation_noneAllowed_msgAllowed()
H A DZenModeHelperTest.java29 import static android.app.NotificationManager.Policy.PRIORITY_SENDERS_ANY;
329 | PRIORITY_CATEGORY_REPEAT_CALLERS | PRIORITY_CATEGORY_SYSTEM, PRIORITY_SENDERS_ANY, in testZenOn_NotificationApplied()
330 PRIORITY_SENDERS_ANY, 0, CONVERSATION_SENDERS_ANYONE); in testZenOn_NotificationApplied()
352 PRIORITY_SENDERS_ANY, 0, CONVERSATION_SENDERS_ANYONE); in testZenOn_StarredCallers_CallTypesBlocked()
371 PRIORITY_SENDERS_ANY, in testZenOn_AllCallers_CallTypesAllowed()
372 PRIORITY_SENDERS_ANY, 0, CONVERSATION_SENDERS_ANYONE); in testZenOn_AllCallers_CallTypesAllowed()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java81 public static final int SOURCE_ANYONE = Policy.PRIORITY_SENDERS_ANY;
1089 return Policy.PRIORITY_SENDERS_ANY; in getNotificationPolicySenders()
1116 case Policy.PRIORITY_SENDERS_ANY: in getZenPolicySenders()
1185 case SOURCE_ANYONE: return Policy.PRIORITY_SENDERS_ANY; in sourceToPrioritySenders()
1196 case Policy.PRIORITY_SENDERS_ANY: return SOURCE_ANYONE; in prioritySendersToSource()
1204 || prioritySenders == Policy.PRIORITY_SENDERS_ANY)) { in normalizePrioritySenders()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationManager.java1839 PRIORITY_SENDERS_ANY,
1847 public static final int PRIORITY_SENDERS_ANY = 0; field in NotificationManager.Policy
2356 case PRIORITY_SENDERS_ANY: return "PRIORITY_SENDERS_ANY"; in prioritySendersToString()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java22 import static android.app.NotificationManager.Policy.PRIORITY_SENDERS_ANY;
1156 && mConsolidatedPolicy.allowCallsFrom() == PRIORITY_SENDERS_ANY; in applyRestrictions()
/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.txt6892 field public static final int PRIORITY_SENDERS_ANY = 0; // 0x0