Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java134 private static final String ALLOW_ATT_CONV_FROM = "convosFrom"; field in ZenModeConfig
551 rt.allowConversationsFrom = safeInt(parser, ALLOW_ATT_CONV_FROM, in readXml()
634 out.attributeInt(null, ALLOW_ATT_CONV_FROM, allowConversationsFrom); in writeXml()