Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeFilteringTest.java23 import static android.app.NotificationManager.Policy.CONVERSATION_SENDERS_NONE;
311 new Policy(PRIORITY_CATEGORY_CONVERSATIONS, 0, 0, 0, CONVERSATION_SENDERS_NONE); in testConversation_noneAllowed_notCallOrMsg()
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()
365 PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0, 0, CONVERSATION_SENDERS_NONE); in testRepeatCallers_checksPhoneNumbers()
393 PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0, 0, CONVERSATION_SENDERS_NONE); in testMatchesCallFilter_repeatCallers_directMatch()
416 PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0, 0, CONVERSATION_SENDERS_NONE); in testMatchesCallFilter_repeatCallers_telephoneVariants()
460 PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0, 0, CONVERSATION_SENDERS_NONE); in testMatchesCallFilter_repeatCallers_urlEncodedTels()
509 PRIORITY_CATEGORY_REPEAT_CALLERS, 0, 0, 0, CONVERSATION_SENDERS_NONE); in testMatchesCallFilter_repeatCallers_viaRecordPhoneNumbers()
H A DZenModeConfigTest.java125 .allowConversations(ZenPolicy.CONVERSATION_SENDERS_NONE) in testZenConfigToZenPolicy()
413 config.allowConversationsFrom = ZenPolicy.CONVERSATION_SENDERS_NONE; in getMutedAllConfig()
H A DZenModeDiffTest.java161 c2.allowConversationsFrom = ZenPolicy.CONVERSATION_SENDERS_NONE; in testConfigDiff_specialSenders()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java165 CONVERSATION_SENDERS_NONE,
188 public static final int CONVERSATION_SENDERS_NONE = 3; field in ZenPolicy
480 mZenPolicy.mConversationSenders = CONVERSATION_SENDERS_NONE; in disallowAllSounds()
565 if (audienceType == CONVERSATION_SENDERS_NONE) { in allowConversations()
970 case CONVERSATION_SENDERS_NONE: in conversationTypeToString()
H A DZenModeConfig.java21 import static android.app.NotificationManager.Policy.CONVERSATION_SENDERS_NONE;
930 : ZenPolicy.CONVERSATION_SENDERS_NONE); in toZenPolicy()
1104 case ZenPolicy.CONVERSATION_SENDERS_NONE: in getConversationSendersWithDefault()
1212 return CONVERSATION_SENDERS_NONE; in normalizeConversationSenders()
1216 || senders == CONVERSATION_SENDERS_NONE)) { in normalizeConversationSenders()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationManager.java1858 CONVERSATION_SENDERS_NONE,
1876 public static final int CONVERSATION_SENDERS_NONE = ZenPolicy.CONVERSATION_SENDERS_NONE; field in NotificationManager.Policy
2372 case CONVERSATION_SENDERS_NONE: in conversationSendersToString()
/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.txt6881 field public static final int CONVERSATION_SENDERS_NONE = 3; // 0x3
41062 field public static final int CONVERSATION_SENDERS_NONE = 3; // 0x3