Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java140 private static final String ALLOW_ATT_CONV_FROM = "convosFrom"; field in ZenModeConfig
477 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()