Searched refs:audienceType (Results 1 – 2 of 2) sorted by relevance
768 public @NonNull Builder allowConversations(@ConversationSenders int audienceType) { in allowConversations() argument769 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() argument793 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 …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...