Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java133 private static final String ALLOW_ATT_CONV = "convos"; field in ZenModeConfig
546 rt.allowConversations = safeBoolean(parser, ALLOW_ATT_CONV, DEFAULT_ALLOW_CONV); in readXml()
633 out.attributeBoolean(null, ALLOW_ATT_CONV, allowConversations); in writeXml()