Searched refs:allowConversationsFrom (Results 1 – 6 of 6) sorted by relevance
182 public int allowConversationsFrom = DEFAULT_ALLOW_CONV_FROM; field in ZenModeConfig221 allowConversationsFrom = source.readInt(); in ZenModeConfig()255 dest.writeInt(allowConversationsFrom); in writeToParcel()274 (allowConversationsFrom)) in toString()453 && other.allowConversationsFrom == allowConversationsFrom; in equals()463 allowConversationsFrom); in hashCode()546 rt.allowConversationsFrom = safeInt(parser, ALLOW_ATT_CONV_FROM, in readXml()629 out.attribute(null, ALLOW_ATT_CONV_FROM, Integer.toString(allowConversationsFrom)); in writeXml()980 ? ZenModeConfig.getZenPolicySenders(allowConversationsFrom) in toZenPolicy()1201 priorityConversationSenders = allowConversationsFrom; in toNotificationPolicy()[all …]
268 config.allowConversationsFrom = ZenPolicy.CONVERSATION_SENDERS_IMPORTANT; in getCustomConfig()287 config.allowConversationsFrom = ZenPolicy.CONVERSATION_SENDERS_NONE; in getMutedAllConfig()
615 assertEquals(policy.getPriorityConversationSenders(), proto.allowConversationsFrom); in assertProtoMatches()
803 mZenModeHelperSpy.mConfig.allowConversationsFrom = ZenPolicy.CONVERSATION_SENDERS_ANYONE; in testParcelConfig()827 mZenModeHelperSpy.mConfig.allowConversationsFrom = ZenPolicy.CONVERSATION_SENDERS_ANYONE; in testWriteXml()
2201 public int allowConversationsFrom() { in allowConversationsFrom() method in NotificationManager.Policy
687 ZenPolicy.conversationTypeToString(config.allowConversationsFrom), in dump()