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