Home
last modified time | relevance | path

Searched refs:audienceType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java768 public @NonNull Builder allowConversations(@ConversationSenders int audienceType) { in allowConversations() argument
769 if (audienceType == STATE_UNSET) { in allowConversations()
773 if (audienceType == CONVERSATION_SENDERS_NONE) { in allowConversations()
775 } else if (audienceType == CONVERSATION_SENDERS_ANYONE in allowConversations()
776 || audienceType == CONVERSATION_SENDERS_IMPORTANT) { in allowConversations()
782 mZenPolicy.mConversationSenders = audienceType; in allowConversations()
792 public @NonNull Builder allowMessages(@PeopleType int audienceType) { in allowMessages() argument
793 if (audienceType == STATE_UNSET) { in allowMessages()
797 if (audienceType == PEOPLE_TYPE_NONE) { in allowMessages()
799 } else if (audienceType == PEOPLE_TYPE_ANYONE || audienceType == PEOPLE_TYPE_CONTACTS in allowMessages()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...