Searched refs:ALLOW_ATT_CONV_FROM (Results 1 – 1 of 1) sorted by relevance
140 private static final String ALLOW_ATT_CONV_FROM = "convosFrom"; field in ZenModeConfig477 rt.allowConversationsFrom = safeInt(parser, ALLOW_ATT_CONV_FROM, in readXml()566 out.attributeInt(null, ALLOW_ATT_CONV_FROM, allowConversationsFrom); in writeXml()698 final int conversations = safeInt(parser, ALLOW_ATT_CONV_FROM, in readZenPolicyXml()797 writeZenPolicyState(ALLOW_ATT_CONV_FROM, policy.getPriorityConversationSenders(), out); in writeZenPolicyXml()822 } else if (Objects.equals(attr, ALLOW_ATT_CONV_FROM)) { in writeZenPolicyState()